Mercurial > repos > mbernt > data_manager_mitos
comparison data_manager/data_manager_mitos.xml @ 2:ae5ddc5a6511 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_mitos commit b63133897598f2881de7bad1f18fcd69d7d7e9df-dirty"
author | mbernt |
---|---|
date | Wed, 15 Dec 2021 11:01:00 +0000 |
parents | 7548eaf95697 |
children | f5d4f9564759 |
comparison
equal
deleted
inserted
replaced
1:7548eaf95697 | 2:ae5ddc5a6511 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="data_manager_mitos" name="MITOS" tool_type="manage_data" version="0.0.2"> | 2 <tool id="data_manager_mitos" name="MITOS" tool_type="manage_data" version="0.0.2"> |
3 <description>reference data downloader</description> | 3 <description>reference data downloader blah</description> |
4 <requirements> | |
5 <requirement type="package" version="3.7">python</requirement> | |
6 </requirements> | |
4 <command detect_errors="exit_code"> | 7 <command detect_errors="exit_code"> |
5 <![CDATA[ | 8 <![CDATA[ |
6 python '$__tool_directory__/data_manager.py' | 9 python '$__tool_directory__/data_manager.py' |
7 --out '${out_file}' | 10 --out '${out_file}' |
8 --type '$type_cond.type_select' | 11 --type '$type_cond.type_select' |
20 <option value="mitos1-refdata">RefSeq39 + MiTFi tRNA models</option> | 23 <option value="mitos1-refdata">RefSeq39 + MiTFi tRNA models</option> |
21 </param> | 24 </param> |
22 </when> | 25 </when> |
23 <when value="mitos2"> | 26 <when value="mitos2"> |
24 <param name="database" type="select" label="Reference data version"> | 27 <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> | 28 <option value="refseq63m">RefSeq63 Metazoa</option> |
27 <option value="refseq63f">RefSeq63 Fungi</option> | 29 <option value="refseq63f">RefSeq63 Fungi</option> |
28 <option value="refseq63o">RefSeq63 Opisthokonta</option> | 30 <option value="refseq63o">RefSeq63 Opisthokonta</option> |
29 <option value="refseq89m">RefSeq89 Metazoa</option> | 31 <option value="refseq89m">RefSeq89 Metazoa</option> |
30 <option value="refseq89f">RefSeq89 Fungi</option> | 32 <option value="refseq89f">RefSeq89 Fungi</option> |
31 <option value="refseq89o">RefSeq89 Opisthokonta</option> | 33 <option value="refseq89o">RefSeq89 Opisthokonta</option> |
34 <option value="refseq39">RefSeq39 (equivalent to MITOS1 data)</option> | |
32 </param> | 35 </param> |
33 </when> | 36 </when> |
34 </conditional> | 37 </conditional> |
35 </inputs> | 38 </inputs> |
36 <outputs> | 39 <outputs> |
42 <param name="type_select" value="mitos"/> | 45 <param name="type_select" value="mitos"/> |
43 <param name="database" value="mitos1-refdata"/> | 46 <param name="database" value="mitos1-refdata"/> |
44 </conditional> | 47 </conditional> |
45 <output name="out_file" file="mitos_refseq39.json"/> | 48 <output name="out_file" file="mitos_refseq39.json"/> |
46 </test> | 49 </test> |
50 <test> | |
51 <conditional name="type_cond"> | |
52 <param name="type_select" value="mitos2"/> | |
53 <param name="database" value="refseq63m"/> | |
54 </conditional> | |
55 <output name="out_file" file="mitos2_refseq63.json"/> | |
56 </test> | |
47 </tests> | 57 </tests> |
48 <help> | 58 <help> |
49 This data manager downloads MITOS and MITOS2 reference data for use in Galaxy. | 59 This data manager downloads MITOS and MITOS2 reference data for use in Galaxy. |
50 | 60 |
51 For MITOS the reference data includes | 61 For MITOS the reference data includes |
52 | 62 |
53 - protein data bases derived from RefSeq release 39 (see Bernt et al. 2012) | 63 - 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 | 64 - covariance models for tRNAs and rRNAs as described in Jühling et al 2012 |
65 | |
66 Data is downloaded from https://zenodo.org/record/2683856. | |
55 | 67 |
56 For MITOS2 the reference data sets are available for three different taxons | 68 For MITOS2 the reference data sets are available for three different taxons |
57 | 69 |
58 - Metazoa | 70 - Metazoa |
59 - Fungi | 71 - Fungi |
66 The reference data sets contain: | 78 The reference data sets contain: |
67 | 79 |
68 - protein data bases derived from the corresponding RefSeq release Donath et al. 2019 | 80 - 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 | 81 - 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 | 82 - in addition for Metazoa Release 63 also hidden markov models are available as described in Al Arab et al. 2017 |
83 | |
84 Data is downloaded from https://zenodo.org/record/4284483. | |
71 </help> | 85 </help> |
72 <citations> | 86 <citations> |
73 <citation type="doi">10.1016/j.ympev.2012.08.023</citation> | 87 <citation type="doi">10.1016/j.ympev.2012.08.023</citation> |
74 <citation type="doi">10.1093/nar/gkr1131</citation> | 88 <citation type="doi">10.1093/nar/gkr1131</citation> |
75 <citation type="doi">10.1016/j.ympev.2016.09.024</citation> | 89 <citation type="doi">10.1016/j.ympev.2016.09.024</citation> |