diff SMART/galaxy/CompareOverlappingSmallQuery.xml @ 64:783e6ed4eb66

Minor bug correction. Added casts to str in Galaxy XML files. Also closed the writer in the Python script "changeTagName."
author m-zytnicki
date Mon, 19 Oct 2015 14:16:44 +0200
parents 90f4b29d884f
children
line wrap: on
line diff
--- a/SMART/galaxy/CompareOverlappingSmallQuery.xml	Mon Oct 19 12:02:29 2015 +0200
+++ b/SMART/galaxy/CompareOverlappingSmallQuery.xml	Mon Oct 19 14:16:44 2015 +0200
@@ -14,9 +14,9 @@
 		#if $OptionPcOverlapRef.present == 'Yes':
 			-P $OptionPcOverlapRef.minOverlap
 		#end if
-		#if $OptionCA == 'Collinear':
+		#if str($OptionCA) == 'Collinear':
 			-c 
-		#elif $OptionCA == 'AntiSense':
+		#elif str($OptionCA) == 'AntiSense':
 			-a
 		#end if	
 	</command>