changeset 23:b8b8d3c6dede draft

Uploaded
author bgruening
date Tue, 20 May 2014 14:32:46 -0400
parents a63785ec271c
children a950fb652d18
files macs2_callpeak.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/macs2_callpeak.xml	Tue May 20 10:08:03 2014 -0400
+++ b/macs2_callpeak.xml	Tue May 20 14:32:46 2014 -0400
@@ -10,7 +10,6 @@
         <import>macs2_macros.xml</import>
     </macros>
     <command>
-        #import os
         #set $temp_stderr = 'macs2_stderr'
         (macs2 callpeak
 
@@ -22,7 +21,7 @@
             #end if
 
         #for $ifile in $input_treatment_file[0]:
-            #if ${ ifile.ext.upper() } == 'BAM' and ${ bampe }:
+            #if $ifile.ext.upper() == 'BAM' and ${ bampe }:
                 --format BAMPE
             #else:
                 --format='$ifile.ext.upper()'