comparison data_manager/bwameth_index_builder.xml @ 5:5ab25caa7b7d 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 17:19:38 -0500
parents a9aa093e2392
children
comparison
equal deleted inserted replaced
4:a9aa093e2392 5:5ab25caa7b7d
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><![CDATA[ 44 <help><![CDATA[
39 .. class:: infomark 45 .. class:: infomark
40 46
41 **Notice:** If you leave name, description, or id blank, it will be generated automatically. 47 **Notice:** If you leave name, description, or id blank, it will be generated automatically.
42 48