changeset 29:25baf4a4b98e draft

planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit 2334912348778286fe0ff795fff002c3611bce79
author dfornika
date Wed, 18 Oct 2017 18:47:00 -0400
parents 94eb129b6fb0
children d6619ce444f9
files tools/mentalist_call/mentalist_call.xml
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/tools/mentalist_call/mentalist_call.xml	Wed Oct 18 18:31:14 2017 -0400
+++ b/tools/mentalist_call/mentalist_call.xml	Wed Oct 18 18:47:00 2017 -0400
@@ -17,11 +17,6 @@
         #if str( $fastq_input_selector ) == "paired":
             -s '$fastq_input1.name'
             '$fastq_input1' '$fastq_input2'
-	#else:
-            #if str( $fastq_input_selector ) == "paired_collection":
-                -s '$fastq_input.name'
-                '$fastq_input.forward' '$fastq_input.reverse'
-	    #end if
 	#end if	
     #end if
   ]]></command>
@@ -50,9 +45,6 @@
       <when value="single">
 	<param name="fastq_input1" type="data" format="fastq" label="Select fastq dataset" help="Specify dataset with single reads"/>
       </when>
-      <when value="paired_collection">
-	<param name="fastq_input" format="fastq" type="data_collection" collection_type="paired" label="Select a paired collection" label="Select dataset pair" help="Specify paired dataset collection containing paired reads"/>
-      </when>
     </conditional>
   </inputs>
   <outputs>