changeset 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 3c1b706e7f5f
children 59a2f9ad76dd
files tools/cgatools17/listvariants_v17.xml tools/cgatools17/testvariants_v17.xml
diffstat 2 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/tools/cgatools17/listvariants_v17.xml	Wed Nov 11 04:20:02 2015 -0500
+++ b/tools/cgatools17/listvariants_v17.xml	Wed Nov 11 04:59:04 2015 -0500
@@ -13,10 +13,10 @@
             listvariants
             --beta
 
-            #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}
+            #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}
             #end if
             
             --output $output
@@ -33,8 +33,8 @@
 
     <inputs>
     <!--form field to select crr file-->
-        <conditional name="reference_gene_sets_source">
-            <param name="source_select" type="select" label="GFF/GTF Source">
+        <conditional name="reference_genome_source">
+            <param name="source_select" type="select" label="CRR Genome reference 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>
--- a/tools/cgatools17/testvariants_v17.xml	Wed Nov 11 04:20:02 2015 -0500
+++ b/tools/cgatools17/testvariants_v17.xml	Wed Nov 11 04:59:04 2015 -0500
@@ -12,10 +12,10 @@
         --beta
         --reference
         
-            #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}
+            #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}
             #end if
             
         --output $output
@@ -29,8 +29,8 @@
     <inputs>
     <!--form field to select crr file-->
     
-        <conditional name="reference_gene_sets_source">
-            <param name="source_select" type="select" label="GFF/GTF Source">
+        <conditional name="reference_genome_source">
+            <param name="source_select" type="select" label="CRR Genome reference 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>