Mercurial > repos > mbernt > data_manager_mitos
comparison data_manager/data_manager_mitos.xml @ 0:6d384a5c22bf draft
"planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/data_managers/data_manager_mitos commit 0bc221dedfb465eb591080bf71a8f05d5cd81ce3-dirty"
| author | mbernt |
|---|---|
| date | Sat, 21 Mar 2020 15:17:53 +0000 |
| parents | |
| children | 7548eaf95697 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:6d384a5c22bf |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool id="data_manager_mitos" name="MITOS" tool_type="manage_data" version="0.0.1"> | |
| 3 <description>reference data downloader</description> | |
| 4 <command detect_errors="exit_code"> | |
| 5 <![CDATA[ | |
| 6 python '$__tool_directory__/data_manager.py' | |
| 7 --out '${out_file}' | |
| 8 --type '$type_cond.type_select' | |
| 9 --db '$type_cond.database' | |
| 10 ]]> | |
| 11 </command> | |
| 12 <inputs> | |
| 13 <conditional name="type_cond"> | |
| 14 <param name="type_select" type="select" label="MITOS version"> | |
| 15 <option value="mitos">MITOS</option> | |
| 16 <option value="mitos2">MITOS2</option> | |
| 17 </param> | |
| 18 <when value="mitos"> | |
| 19 <param name="database" type="select" label="Reference data version"> | |
| 20 <option value="mitos1-refdata">RefSeq39 + MiTFi tRNA models</option> | |
| 21 </param> | |
| 22 </when> | |
| 23 <when value="mitos2"> | |
| 24 <param name="database" type="select" label="Reference data version"> | |
| 25 <option value="refseq39">RefSeq39 (equivalent to MITOS1 data)</option> | |
| 26 <option value="refseq63m">RefSeq63 Metazoa</option> | |
| 27 <option value="refseq63f">RefSeq63 Fungi</option> | |
| 28 <option value="refseq63o">RefSeq63 Opisthokonta</option> | |
| 29 <option value="refseq89m">RefSeq89 Metazoa</option> | |
| 30 <option value="refseq89f">RefSeq89 Fungi</option> | |
| 31 <option value="refseq89o">RefSeq89 Opisthokonta</option> | |
| 32 </param> | |
| 33 </when> | |
| 34 </conditional> | |
| 35 </inputs> | |
| 36 <outputs> | |
| 37 <data name="out_file" format="data_manager_json" /> | |
| 38 </outputs> | |
| 39 <tests> | |
| 40 <test> | |
| 41 <conditional name="type_cond"> | |
| 42 <param name="type_select" value="mitos"/> | |
| 43 <param name="database" value="mitos1-refdata"/> | |
| 44 </conditional> | |
| 45 <output name="out_file" file="mitos_refseq39.json"/> | |
| 46 </test> | |
| 47 </tests> | |
| 48 <help> | |
| 49 This data manager downloads MITOS and MITOS2 reference data for use in Galaxy. | |
| 50 | |
| 51 For MITOS the reference data includes | |
| 52 | |
| 53 - protein data bases derived from RefSeq release 39 (see Bernt et al. 2012) | |
| 54 - covariance models for tRNAs and rRNAs as described in Jühling et al 2012 | |
| 55 | |
| 56 For MITOS2 the reference data sets are available for three different taxons | |
| 57 | |
| 58 - Metazoa | |
| 59 - Fungi | |
| 60 - Opisthokonta | |
| 61 | |
| 62 these have been computed for RefSeq release 63 and 89. In addition the reference data | |
| 63 for MITOS1 has been converted to be usable in MITOS2. | |
| 64 contains | |
| 65 | |
| 66 The reference data sets contain: | |
| 67 | |
| 68 - protein data bases derived from the corresponding RefSeq release Donath et al. 2019 | |
| 69 - covariance models computed for the data in the RefSeq releas based on the MITOS1 models | |
| 70 - in addition for Metazoa Release 63 also hidden markov models are available as described in Al Arab et al. 2017 | |
| 71 </help> | |
| 72 <citations> | |
| 73 <citation type="doi">10.1016/j.ympev.2012.08.023</citation> | |
| 74 <citation type="doi">10.1093/nar/gkr1131</citation> | |
| 75 <citation type="doi">10.1016/j.ympev.2016.09.024</citation> | |
| 76 <citation type="doi">10.1093/nar/gkz833</citation> | |
| 77 </citations> | |
| 78 </tool> | |
| 79 |
