changeset 27:637ce07f1d49

Uploaded
author yhoogstrate
date Thu, 09 Jan 2014 04:59:51 -0500
parents 94d20952a7cb
children 00caf096ddbb
files featureCounts.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/featureCounts.xml	Thu Jan 09 04:56:30 2014 -0500
+++ b/featureCounts.xml	Thu Jan 09 04:59:51 2014 -0500
@@ -42,7 +42,7 @@
 		
 		<!-- #if $format == "complex" or $format.value == "complex" -->
 		<!-- ; mv tmp.txt $output -->
-		#elif $format == "tabdel_default" or $format.value == "tabdel_default"
+		#if $format == "tabdel_default" or $format.value == "tabdel_default"
 			; cp $output tmp.txt
 			; egrep -v "^#" tmp.txt > tmp2.txt
 			; cut -f 1,7 tmp2.txt > tmp_left.txt