https://bitbucket.org/cmungall/galaxy-obo
Raw File
Tip revision: 3e0af213ccd1388ef0107156903a309bf423b0bd authored by Chris Mungall on 31 May 2013, 17:50:52 UTC
add amelias scripts
Tip revision: 3e0af21
distributed_object_store_conf.xml.sample
<?xml version="1.0"?>
<backends>
    <backend id="files1" type="disk" weight="1">
        <files_dir path="database/files1"/>
        <extra_dir type="temp" path="database/tmp1"/>
        <extra_dir type="job_work" path="database/job_working_directory1"/>
    </backend>
    <backend id="files2" type="disk" weight="1">
        <files_dir path="database/files2"/>
        <extra_dir type="temp" path="database/tmp2"/>
        <extra_dir type="job_work" path="database/job_working_directory2"/>
    </backend>
</backends>
back to top