changeset 12:a0fd4c4e1139 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 3e8c1c54d5e12fdbc4f6c5cdae88b6d054db7c45-dirty
author ximgchess
date Wed, 12 Apr 2023 10:53:15 +0000
parents 884bf1340f83
children 5a9ee90cbc1e
files tomo/.tomo_reduce.xml.swp tomo/tomo_macros.xml tomo/tomo_reduce.xml
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
Binary file tomo/.tomo_reduce.xml.swp has changed
--- a/tomo/tomo_macros.xml	Wed Apr 12 10:48:08 2023 +0000
+++ b/tomo/tomo_macros.xml	Wed Apr 12 10:53:15 2023 +0000
@@ -1,7 +1,7 @@
 <macros>
     <token name="@TOOL_VERSION@">0.1.0</token>
     <token name="@PROFILE@">21.09</token>
-    <token name="@PYTHON_TEMPLATE_VERSION@">3.9.13</token>
+    <token name="@PYTHON_TEMPLATE_VERSION@">3.9</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="0.0.4">chessanalysispipeline</requirement>
--- a/tomo/tomo_reduce.xml	Wed Apr 12 10:48:08 2023 +0000
+++ b/tomo/tomo_reduce.xml	Wed Apr 12 10:53:15 2023 +0000
@@ -18,8 +18,8 @@
                 #end if
                 #echo 'img_x_bounds:' #
                 #if str($img_x_bounds.type_selector) == "full_range"
-                    #echo '- -1'
-                    #echo '- -1'
+                    #echo '- -1' #
+                    #echo '- -1' #
                 #else
                     #echo '- ' + str($img_x_bounds.low)
                     #echo '- ' + str($img_x_bounds.upp)