Mercurial > repos > saskia-hiltemann > cgatools_v17
diff tools/cgatools17/testvariants_v17.xml @ 14:59a2f9ad76dd draft
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 4df562cd801221f33652de8b8b4dbbf41deea8ea-dirty
author | yhoogstrate |
---|---|
date | Tue, 17 Nov 2015 04:43:00 -0500 |
parents | ff641b41735f |
children |
line wrap: on
line diff
--- a/tools/cgatools17/testvariants_v17.xml Wed Nov 11 04:59:04 2015 -0500 +++ b/tools/cgatools17/testvariants_v17.xml Tue Nov 17 04:43:00 2015 -0500 @@ -12,10 +12,10 @@ --beta --reference - #if $reference_genome_source.source_select == "indexed_filtered" - ${reference_genome_source.crr.fields.crr_path} - #else if $reference_genome_source.source_select == "history" - ${reference_genome_source.crr} + #if $reference_gene_sets_source.source_select == "indexed_filtered" + ${reference_gene_sets_source.crr.fields.crr_path} + #else if $reference_gene_sets_source.source_select == "history" + ${reference_gene_sets_source.crr} #end if --output $output @@ -29,8 +29,8 @@ <inputs> <!--form field to select crr file--> - <conditional name="reference_genome_source"> - <param name="source_select" type="select" label="CRR Genome reference Source"> + <conditional name="reference_gene_sets_source"> + <param name="source_select" type="select" label="GFF/GTF Source"> <option value="indexed_filtered">Use a built-in index (which fits your reference)</option> <option value="history">Use reference from the history</option> </param>