diff tomo/tomo_reconstruct.xml @ 124:020caca70a9a draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 6697892ecc504b00077394d0c167431ec3ac12f7-dirty
author ximgchess
date Tue, 30 May 2023 15:14:56 +0000
parents 66ffcd393336
children 1d40ef04d7ec
line wrap: on
line diff
--- a/tomo/tomo_reconstruct.xml	Tue May 30 15:07:57 2023 +0000
+++ b/tomo/tomo_reconstruct.xml	Tue May 30 15:14:56 2023 +0000
@@ -17,13 +17,13 @@
     <configfiles>
         <configfile name="tool_config">
             <![CDATA[#slurp
+#if str($x_bounds.type_selector) == "enter_range"
 #echo 'x_bounds:' #
-#if str($x_bounds.type_selector) == "enter_range"
 #echo '- ' + str($x_bounds.low) #
 #echo '- ' + str($x_bounds.upp) #
 #end if
+#if str($y_bounds.type_selector) == "enter_range"
 #echo 'y_bounds:' #
-#if str($y_bounds.type_selector) == "enter_range"
 #echo '- ' + str($y_bounds.low) #
 #echo '- ' + str($y_bounds.upp) #
 #end if