diff SMART/galaxy/CompareOverlappingAdapt.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/CompareOverlappingAdapt.xml	Mon Oct 19 12:02:29 2015 +0200
+++ b/SMART/galaxy/CompareOverlappingAdapt.xml	Mon Oct 19 14:16:44 2015 +0200
@@ -8,9 +8,9 @@
 		#if $OptionDistance.Dist == 'Yes':
 			-d $OptionDistance.distance
 		#end if
-		#if $OptionCA == 'Collinear':
+		#if str($OptionCA) == 'Collinear':
 			-c 
-		#elif $OptionCA == 'AntiSense':
+		#elif str($OptionCA) == 'AntiSense':
 			-a
 		#end if	
 	</command>