Mercurial > repos > saskia-hiltemann > cgatools_v17
comparison tools/cgatools17/testvariants_v17.xml @ 5:64017ce705b6 draft
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
author | yhoogstrate |
---|---|
date | Wed, 11 Nov 2015 03:51:05 -0500 |
parents | 418343b53afd |
children | ff641b41735f |
comparison
equal
deleted
inserted
replaced
4:418343b53afd | 5:64017ce705b6 |
---|---|
9 | 9 |
10 <command> | 10 <command> |
11 cgatools testvariants | 11 cgatools testvariants |
12 --beta | 12 --beta |
13 --reference | 13 --reference |
14 | 14 |
15 #if $reference_gene_sets_source.source_select == "indexed_filtered" | 15 #if $reference_gene_sets_source.source_select == "indexed_filtered" |
16 ${reference_gene_sets_source.crr.fields.crr_path} | 16 ${reference_gene_sets_source.crr.fields.crr_path} |
17 #else if $reference_gene_sets_source.source_select == "history" | 17 #else if $reference_gene_sets_source.source_select == "history" |
18 ${reference_gene_sets_source.crr} | 18 ${reference_gene_sets_source.crr} |
19 #end if | 19 #end if |
28 | 28 |
29 <inputs> | 29 <inputs> |
30 <!--form field to select crr file--> | 30 <!--form field to select crr file--> |
31 | 31 |
32 <conditional name="reference_gene_sets_source"> | 32 <conditional name="reference_gene_sets_source"> |
33 <param name="source_select" type="select" label="Genome reference (in complete genomics CRR format)" help="Some indexes are available at ftp://ftp.completegenomics.com/ReferenceFiles/"> | 33 <param name="source_select" type="select" label="GFF/GTF Source"> |
34 <option value="indexed_filtered">Use a built-in index (which fits your reference)</option> | 34 <option value="indexed_filtered">Use a built-in index (which fits your reference)</option> |
35 <option value="history">Use reference from the history</option> | 35 <option value="history">Use reference from the history</option> |
36 </param> | 36 </param> |
37 <when value="indexed_filtered"> | 37 <when value="indexed_filtered"> |
38 <param name="crr" type="select" label="Reference Build"> | 38 <param name="crr" type="select" label="Reference Build"> |