Mercurial > repos > iuc > data_manager_fetch_plasmidfinder
comparison data_manager/plasmidfinder_fetch_database.xml @ 0:b56071bdecad draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_plasmidfinder commit f6d40bf94e015c2690e97c4b3533517b812f3bfb
| author | iuc |
|---|---|
| date | Thu, 15 Jun 2023 09:14:08 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:b56071bdecad |
|---|---|
| 1 <tool id="data_manager_fetch_plasmidfinder" name="plasmidfinder_datamanager" tool_type="manage_data" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> | |
| 2 <description>plasmidfinder database builder</description> | |
| 3 <macros> | |
| 4 <import>macro.xml</import> | |
| 5 </macros> | |
| 6 <expand macro="requirements"/> | |
| 7 <command detect_errors="exit_code"> | |
| 8 <![CDATA[ | |
| 9 python '$__tool_directory__/plasmidfinder_fetch_database.py' | |
| 10 --db_version '$database_select' | |
| 11 '$output_file' | |
| 12 ]]></command> | |
| 13 <inputs> | |
| 14 <param name="database_select" type="select" label="Database version" help="Choose a database version to download (default latest version)"> | |
| 15 <option value="latest" selected="true">Latest available version</option> | |
| 16 <option value="2.1">V2.1_2019-08-28</option> | |
| 17 </param> | |
| 18 </inputs> | |
| 19 <outputs> | |
| 20 <data name="output_file" format="data_manager_json"/> | |
| 21 </outputs> | |
| 22 <tests> | |
| 23 <!-- Test_2 DB 2.1 --> | |
| 24 <test expect_num_outputs="1"> | |
| 25 <param name="database_select" value="2.1"/> | |
| 26 <output name="output_file" value="plasmidfinder_test_data_manager_2.1.json"> | |
| 27 <assert_contents> | |
| 28 <has_text text="2019_08_28"/> | |
| 29 </assert_contents> | |
| 30 </output> | |
| 31 </test> | |
| 32 </tests> | |
| 33 <help><![CDATA[ | |
| 34 Download plasmidfinder database from the bitbucket repository: https://bitbucket.org/genomicepidemiology/plasmidfinder_db/src/master/ | |
| 35 ]]></help> | |
| 36 <citations> | |
| 37 <citation type="doi">10.1007/978-1-4939-9877-7_20</citation> | |
| 38 </citations> | |
| 39 </tool> |
