Mercurial > repos > iuc > data_manager_vsnp_excel
comparison data_manager/vsnp_excel_fetcher.xml @ 0:bd6e2a8755e6 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_excel commit 28873701c097a136c789024151e2fb59fa1091cd"
| author | iuc |
|---|---|
| date | Fri, 08 May 2020 21:58:50 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:bd6e2a8755e6 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool id="vsnp_excel_fetcher" name="vSNP Excel data manager" tool_type="manage_data" profile="18.09" version="0.0.8"> | |
| 3 <description>Download vSNP Excel files</description> | |
| 4 <requirements> | |
| 5 <requirement type="package" version="3.7">python</requirement> | |
| 6 </requirements> | |
| 7 <command detect_errors="exit_code"><![CDATA[ | |
| 8 python '$__tool_directory__/vsnp_excel_fetcher.py' | |
| 9 --dbkey '${all_fasta_source.fields.dbkey}' | |
| 10 --name '${all_fasta_source.fields.name}' | |
| 11 --out_file '$out_file' | |
| 12 --url '$url' | |
| 13 ]]> | |
| 14 </command> | |
| 15 <inputs> | |
| 16 <param name="all_fasta_source" type="select" label="FASTA reference"> | |
| 17 <options from_data_table="all_fasta"/> | |
| 18 </param> | |
| 19 <param name="url" type="text" value="" label="URL to download the Excel file associated with the selected FASTA reference" optional="False" /> | |
| 20 </inputs> | |
| 21 <outputs> | |
| 22 <data name="out_file" format="data_manager_json" /> | |
| 23 </outputs> | |
| 24 <tests> | |
| 25 <test> | |
| 26 <param name="all_fasta_source" value="AF2122"/> | |
| 27 <param name="url" value="https://github.com/USDA-VS/vSNP_reference_options/raw/master/Mycobacterium_AF2122/Mbovis_define_filter.xlsx"/> | |
| 28 <output name="out_file" value="vsnp_excel.json" compare="contains"/> | |
| 29 </test> | |
| 30 </tests> | |
| 31 <help><![CDATA[ | |
| 32 This tool fetches a vSNP Excel file associated with each supported genome reference to populate the vsnp_excel data table. The dbkey and name fields | |
| 33 in the vsnp data table are inherited from the *all_fasta* data table, so no user entry is necessary. These public vSNP Excel files are available in GitHub | |
| 34 at https://github.com/USDA-VS/vSNP_reference_options. | |
| 35 | |
| 36 * **Mycobacterium bovis AF2122/97** | |
| 37 | |
| 38 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Mycobacterium_AF2122/Mbovis_define_filter.xlsx | |
| 39 | |
| 40 * **Brucella abortus bv. 1 str. 9-941** | |
| 41 | |
| 42 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_abortus1/Bab1_define_filter.xlsx | |
| 43 | |
| 44 * **Brucella abortus strain BER** | |
| 45 | |
| 46 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_abortus3/Bab3_define_filter.xlsx | |
| 47 | |
| 48 * **Brucella canis ATCC 23365** | |
| 49 | |
| 50 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_canis/Bcanis_define_filter.xlsx | |
| 51 | |
| 52 * **Brucella ceti TE10759-12** | |
| 53 | |
| 54 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_ceti2/Bceti2_define_filter.xlsx | |
| 55 | |
| 56 * **Brucella melitensis bv. 1 str. 16M** | |
| 57 | |
| 58 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_melitensis-bv1/Bmelbv1_define_filter.xlsx | |
| 59 | |
| 60 * **Brucella melitensis bv. 3 str. Ether** | |
| 61 | |
| 62 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_melitensis-bv3/Bmelbv3_define_filter.xlsx | |
| 63 | |
| 64 * **Brucella melitensis BwIM_SOM_36b** | |
| 65 | |
| 66 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_melitensis-bv1b/Bmelbv1b_define_filter.xlsx | |
| 67 | |
| 68 * **Brucella melitensis ATCC 23457** | |
| 69 | |
| 70 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_melitensis-bv2/Bmelbv2_define_filter.xlsx | |
| 71 | |
| 72 * **Brucella ovis ATCC 25840** | |
| 73 | |
| 74 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_ovis/B_ovis_define_filter.xlsx | |
| 75 | |
| 76 * **Brucella suis 1330** | |
| 77 | |
| 78 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_suis1/Bsuis1_define_filter.xlsx | |
| 79 | |
| 80 * **Mycobacterium tuberculosis H37Rv** | |
| 81 | |
| 82 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Mycobacterium_H37/H37_define_filter.xlsx | |
| 83 | |
| 84 * **Mycobacterium avium subsp. paratuberculosis strain Telford** | |
| 85 | |
| 86 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/para-CP033688/CP033688_define_filter.xlsx | |
| 87 | |
| 88 * **Mycobacterium avium subsp. paratuberculosis K-10** | |
| 89 | |
| 90 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/para-NC002944/NC_002944_define_filter.xlsx | |
| 91 | |
| 92 * **Brucella suis ATCC 23445** | |
| 93 | |
| 94 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_suis2/Bsuis2_define_filter.xlsx | |
| 95 | |
| 96 * **Brucella suis bv. 3 str. 686** | |
| 97 | |
| 98 * **Excel file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_suis3/Bsuis3_define_filter.xlsx | |
| 99 | |
| 100 ]]></help> | |
| 101 <citations> | |
| 102 </citations> | |
| 103 </tool> |
