Mercurial > repos > matthias > data_manager_megan_tools
comparison data_manager/megan_tools_fetcher.xml @ 0:1f839ba466da draft
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/data_managers/data_manager_megan_tools commit d7a7a198e8f8c9b95491f1520d478e7400a1f59c-dirty
| author | matthias |
|---|---|
| date | Thu, 01 Nov 2018 12:25:53 -0400 |
| parents | |
| children | 24c02af5fd77 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1f839ba466da |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool id="megan_tools_fetcher" name="megan tools" tool_type="manage_data" version="0.0.1"> | |
| 3 <description>Mapping files downloader</description> | |
| 4 <command detect_errors="exit_code"> | |
| 5 <![CDATA[ | |
| 6 python '$__tool_directory__/data_manager.py' | |
| 7 --out '${out_file}' | |
| 8 --file '$type_cond.database_name' | |
| 9 ]]> | |
| 10 </command> | |
| 11 <inputs> | |
| 12 <conditional name="type_cond"> | |
| 13 <param name="type_select" type="select" label="mapping type"> | |
| 14 <option value="ncbi_current">Mapping files for current NCBI-nr protein database (not containing GI numbers)</option> | |
| 15 <option value="silva">Mapping file for working with the SILVA SSU database</option> | |
| 16 <option value="ncbi_deprecated">Deprecated mapping files for NCBI-nr protein database (releases until August 2016, containing GI numbers):</option> | |
| 17 </param> | |
| 18 <when value="ncbi_current"> | |
| 19 <param name="database_name" type="select" label="mapping data"> | |
| 20 <option value="prot_acc2tax-June2018X1.abin.zip">Protein accession to NCBI-taxonomy (June2018X1)</option> | |
| 21 <option value="nucl_acc2tax-June2018.abin.zip">Nucleotide accession to NCBI-taxonomy (June2018)</option> | |
| 22 <option value="acc2interpro-June2018X.abin.zip">Protein accession to InterPro (June2018X)</option> | |
| 23 <option value="acc2eggnog-Oct2016X.abin.zip">Protein accession to eggNOG (Oct2016X)</option> | |
| 24 <option value="acc2seed-May2015XX.abin.zip">Protein accession to SEED (May2015XX)</option> | |
| 25 <option value="acc2kegg-Dec2017X1-ue.abin.zip">Protein accession to KEGG (Dec2017X1). Only for use with the Ultimate Edition of MEGAN.</option> | |
| 26 </param> | |
| 27 </when> | |
| 28 <when value="silva"> | |
| 29 <param name="database_name" type="select" label="mapping data"> | |
| 30 <option value="SSURef_Nr99_132_tax_silva_to_NCBI_synonyms.map.gz">SSURef_Nr99_132_tax_silva_to_NCBI_synonyms.map.gz</option> | |
| 31 <option value="SSURef_NR99_128_tax_silva_to_NCBI_synonyms.map.gz">SSURef_NR99_128_tax_silva_to_NCBI_synonyms.map.gz</option> | |
| 32 </param> | |
| 33 </when> | |
| 34 <when value="ncbi_deprecated"> | |
| 35 <param name="database_name" type="select" label="mapping data"> | |
| 36 <option value="prot_gi2tax-Aug2016X.bin.zip">Protein accession to NCBI-taxonomy (Aug2016X)</option> | |
| 37 <option value="nucl_gi2tax-Aug2016.bin.zip">Nucleotide accession to NCBI-taxonomy (Aug2016)</option> | |
| 38 <option value="gi2eggnog-June2016X.bin.zip">Protein accession to InterPro (June2016X)</option> | |
| 39 <option value="gi2interpro-June2016X.bin.zip">Protein accession to eggNOG (June2016X)</option> | |
| 40 <option value="gi2seed-May2015X.bin.zip">Protein accession to SEED (May2015X)</option> | |
| 41 <option value="gi2kegg-Aug2016X-ue.bin.zip">Protein accession to KEGG (Aug2016X). Only for use with the Ultimate Edition of MEGAN.</option> | |
| 42 </param> | |
| 43 </when> | |
| 44 </conditional> | |
| 45 </inputs> | |
| 46 <outputs> | |
| 47 <data name="out_file" format="data_manager_json" /> | |
| 48 </outputs> | |
| 49 <tests> | |
| 50 <test> | |
| 51 <conditional name="type_cond"> | |
| 52 <param name="type_select" value="silva"/> | |
| 53 <param name="database_name" value="SSURef_Nr99_132_tax_silva_to_NCBI_synonyms.map.gz"/> | |
| 54 </conditional> | |
| 55 <output name="out_file" file="SSURef_Nr99_132_tax_silva_to_NCBI_synonyms_json"/> | |
| 56 </test> | |
| 57 </tests> | |
| 58 <help> | |
| 59 TODO | |
| 60 </help> | |
| 61 </tool> | |
| 62 |
