changeset 13:2a59cf844dfd draft

Uploaded
author morinlab
date Sun, 04 Dec 2016 22:29:48 -0500
parents f8819222b346
children a126c019bebc
files cnv2igv.xml
diffstat 1 files changed, 3 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/cnv2igv.xml	Sun Dec 04 22:27:15 2016 -0500
+++ b/cnv2igv.xml	Sun Dec 04 22:29:48 2016 -0500
@@ -10,11 +10,9 @@
 	
 		python \$CNV2IGV_DIR/cnv2igv.py 
 		
-		#if $seqortitan == "seq"
+	
 			--mode sequenza --sequenza_sample $input_file.display_name
-		#elif $seqortitan == "tit"
-			--mode titan
-                #end if
+	
 			
 		
 		$input_file 
@@ -28,12 +26,7 @@
 	<inputs>
 	
 		
-			<param name="seqortitan" type="select" label="Input Sequenza or Titan file" help="Input file for conversion is from: 1) Sequenza. 2) Titan. 3)Other" >
-				<option value="seq" selected="True">1) Sequenza</option>
-				<option value="tit">2) Titan</option>
-				<option value="ot">3) Other</option>
-			</param>
-						
+								
 			
 			
 			<param name="input_file" type="data" format="tabular" label="input file"/>