comparison macros.xml @ 0:2975b29bcaa1 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vardict commit 8a561c35737f2bdef39842ce7f297a286380bf36"
author iuc
date Tue, 25 Aug 2020 05:41:19 -0400
parents
children 5f756651a1bc
comparison
equal deleted inserted replaced
-1:000000000000 0:2975b29bcaa1
1 <macros>
2 <token name="@VERSION_SUFFIX@">0</token>
3 <token name="@TOOL_VERSION@">1.7.0</token>
4 <xml name="ref_select">
5 <conditional name="reference_source">
6 <param name="reference_source_selector" type="select" label="Choose the source for the reference genome file">
7 <option value="cached" selected="True">Use a built-in genome</option>
8 <option value="history">Use a genome from the history</option>
9 </param>
10 <when value="cached">
11 <param name="ref_file" type="select" label="Reference Genome File">
12 <options from_data_table="fasta_indexes"/>
13 </param>
14 </when>
15 <when value="history">
16 <param name="ref_file" format="fasta" type="data" label="Reference Genome File" />
17 </when>
18 </conditional>
19 </xml>
20 <xml name="input_default">
21 <param name="tumor" type="data" format="bam" label="Tumor file" />
22 <param name="interval_file" type="data" format="txt" optional="true" label="Chromosomes" help="Restrict SNV calls to the following list of chromosomes (one per line)" />
23 </xml>
24 </macros>