comparison SMART/galaxy/CompareOverlappingSmallRef.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
comparison
equal deleted inserted replaced
63:5f210bc9f486 64:783e6ed4eb66
12 -p $OptionPcOverlapQuery.minOverlap 12 -p $OptionPcOverlapQuery.minOverlap
13 #end if 13 #end if
14 #if $OptionPcOverlapRef.present == 'Yes': 14 #if $OptionPcOverlapRef.present == 'Yes':
15 -P $OptionPcOverlapRef.minOverlap 15 -P $OptionPcOverlapRef.minOverlap
16 #end if 16 #end if
17 #if $OptionCA == 'Collinear': 17 #if str($OptionCA) == 'Collinear':
18 -c 18 -c
19 #elif $OptionCA == 'AntiSense': 19 #elif str($OptionCA) == 'AntiSense':
20 -a 20 -a
21 #end if 21 #end if
22 </command> 22 </command>
23 23
24 <inputs> 24 <inputs>