changeset 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 a0c32ddc3d96
children 1d40ef04d7ec
files tomo/.tomo_reconstruct.xml.swp tomo/tomo_combine.xml tomo/tomo_reconstruct.xml
diffstat 3 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
Binary file tomo/.tomo_reconstruct.xml.swp has changed
--- a/tomo/tomo_combine.xml	Tue May 30 15:07:57 2023 +0000
+++ b/tomo/tomo_combine.xml	Tue May 30 15:14:56 2023 +0000
@@ -26,9 +26,6 @@
 #echo '- ' + str($y_bounds.low) #
 #echo '- ' + str($y_bounds.upp) #
 #end if
-#if str($x_bounds.type_selector) == "full_range" and str($y_bounds.type_selector) == "full_range"
-#echo 'no_bounds: true'
-#end if
             ]]>
         </configfile>
     </configfiles>
--- 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