Mercurial > repos > recetox > data_manager_recetox_metabolite_fetcher
comparison data_manager/recetox_metabolite_fetcher.xml @ 0:953dd78a34d3 draft default tip
"planemo upload commit be4b24b2dacc3f23538068d5a6082bca246f6887"
| author | recetox |
|---|---|
| date | Tue, 25 Aug 2020 11:15:49 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:953dd78a34d3 |
|---|---|
| 1 <tool id="recetox_metabolite_fetcher" name="Metabolite Fetcher" version="1.0.0" tool_type="manage_data"> | |
| 2 <requirements> | |
| 3 <requirement type="package" version="3.7">python</requirement> | |
| 4 </requirements> | |
| 5 | |
| 6 <command detect_errors="exit_code"><![CDATA[ | |
| 7 python '${__tool_directory__}/recetox_metabolite_fetcher.py' | |
| 8 --tool_data_dir '${__tool_directory__}' | |
| 9 --database_url '${url}' | |
| 10 --data_manager_json '${out_file}' | |
| 11 ]]></command> | |
| 12 | |
| 13 <inputs> | |
| 14 <param name="url" type="text" label="Database url" help="Type custom url or select url from a predefined list a metabolite databases."> | |
| 15 <option value="https://hmdb.ca/system/downloads/3.6/hmdb_metabolites.zip">HMDB 3.6</option> | |
| 16 <option value="https://hmdb.ca/system/downloads/current/hmdb_metabolites.zip">HMDB 4.0</option> | |
| 17 <option value="http://www.t3db.ca/system/downloads/current/toxins.xml.zip">T3DB</option> | |
| 18 </param> | |
| 19 </inputs> | |
| 20 | |
| 21 <outputs> | |
| 22 <data name="out_file" format="data_manager_json"/> | |
| 23 </outputs> | |
| 24 | |
| 25 <help><![CDATA[ | |
| 26 Downloads a snapshot of a specified metabolite database and stores it withing the whole Galaxy instance. | |
| 27 ]]></help> | |
| 28 | |
| 29 <citations> | |
| 30 <citation type="doi">https://doi.org/10.1093/nar/gkl923</citation> | |
| 31 <citation type="doi">https://doi.org/10.1093/nar/gkn810</citation> | |
| 32 <citation type="doi">https://doi.org/10.1093/nar/gks1065</citation> | |
| 33 <citation type="doi">https://doi.org/10.1093/nar/gkx1089</citation> | |
| 34 </citations> | |
| 35 </tool> |
