Mercurial > repos > iuc > data_manager_bwameth_index_builder
comparison data_manager/bwameth_index_builder.xml @ 4:ecd6bdddcdec draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 2c7b238779034cd7b6f459aa972db636af970525"
| author | iuc |
|---|---|
| date | Mon, 03 Feb 2020 22:19:16 +0000 |
| parents | 0beac6016b41 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:d1c0b1f0c67e | 4:ecd6bdddcdec |
|---|---|
| 1 <tool id="bwameth_index_builder_data_manager" name="bwa-meth index" tool_type="manage_data" version="1.0.0.1"> | 1 <tool id="bwameth_index_builder_data_manager" name="bwa-meth index" tool_type="manage_data" version="1.0.0.2" profile="18.09"> |
| 2 <description>builder</description> | 2 <description>builder</description> |
| 3 <macros> | 3 <macros> |
| 4 <token name="@TOOL_VERSION@">0.2.2</token> | 4 <token name="@TOOL_VERSION@">0.2.2</token> |
| 5 </macros> | 5 </macros> |
| 6 <requirements> | 6 <requirements> |
| 31 </param> | 31 </param> |
| 32 <param name="sequence_id" type="text" value="" label="ID for index" help="If not specified, the value from the fasta file is used"/> | 32 <param name="sequence_id" type="text" value="" label="ID for index" help="If not specified, the value from the fasta file is used"/> |
| 33 <param name="sequence_name" type="text" value="" label="Displayed description for sequence" help="If not specified, the value from the fasta file is used"/> | 33 <param name="sequence_name" type="text" value="" label="Displayed description for sequence" help="If not specified, the value from the fasta file is used"/> |
| 34 </inputs> | 34 </inputs> |
| 35 <outputs> | 35 <outputs> |
| 36 <data name="out_file" format="data_manager_json" /> | 36 <data name="out_file" format="data_manager_json"/> |
| 37 </outputs> | 37 </outputs> |
| 38 <tests> | |
| 39 <test> | |
| 40 <param name="all_fasta_source" value="phiX174"/> | |
| 41 <output name="out_file" value="bwameth_data_manager.json" compare="re_match"/> | |
| 42 </test> | |
| 43 </tests> | |
| 38 <help><