comparison tools/cgatools17/listvariants_v17.xml @ 13:ff641b41735f draft

planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit b55aad42004c821b66aaa7d871ebf314a4adf7f4-dirty
author yhoogstrate
date Wed, 11 Nov 2015 04:59:04 -0500
parents 64017ce705b6
children 59a2f9ad76dd
comparison
equal deleted inserted replaced
12:3c1b706e7f5f 13:ff641b41735f
11 <command> <!--run executable--> 11 <command> <!--run executable-->
12 cgatools 12 cgatools
13 listvariants 13 listvariants
14 --beta 14 --beta
15 15
16 #if $reference_gene_sets_source.source_select == "indexed_filtered" 16 #if $reference_genome_source.source_select == "indexed_filtered"
17 ${reference_gene_sets_source.crr.fields.crr_path} 17 ${reference_genome_source.crr.fields.crr_path}
18 #else if $reference_gene_sets_source.source_select == "history" 18 #else if $reference_genome_source.source_select == "history"
19 ${reference_gene_sets_source.crr} 19 ${reference_genome_source.crr}
20 #end if 20 #end if
21 21
22 --output $output 22 --output $output
23 #if $include_list.listing == "yes" <!--only added when yes--> 23 #if $include_list.listing == "yes" <!--only added when yes-->
24 --variant-listing $include_list.list 24 --variant-listing $include_list.list
31 31
32 </command> 32 </command>
33 33
34 <inputs> 34 <inputs>
35 <!--form field to select crr file--> 35 <!--form field to select crr file-->
36 <conditional name="reference_gene_sets_source"> 36 <conditional name="reference_genome_source">
37 <param name="source_select" type="select" label="GFF/GTF Source"> 37 <param name="source_select" type="select" label="CRR Genome reference Source">
38 <option value="indexed_filtered">Use a built-in index (which fits your reference)</option> 38 <option value="indexed_filtered">Use a built-in index (which fits your reference)</option>
39 <option value="history">Use reference from the history</option> 39 <option value="history">Use reference from the history</option>
40 </param> 40 </param>
41 <when value="indexed_filtered"> 41 <when value="indexed_filtered">
42 <param name="crr" type="select" label="Reference Build"> 42 <param name="crr" type="select" label="Reference Build">