changeset 3:a865a7d1cd91 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 3e8c1c54d5e12fdbc4f6c5cdae88b6d054db7c45-dirty
author ximgchess
date Tue, 11 Apr 2023 19:35:59 +0000
parents 79081cef336b
children ed26d2bb9723
files tomo/tomo_macros.xml tomo/tomo_reduce.xml
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tomo/tomo_macros.xml	Tue Apr 11 16:50:10 2023 +0000
+++ b/tomo/tomo_macros.xml	Tue Apr 11 19:35:59 2023 +0000
@@ -4,7 +4,7 @@
     <token name="@PYTHON_TEMPLATE_VERSION@">3.9.13</token>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="0.0.3">chessanalysispipeline</requirement>
+            <requirement type="package" version="0.0.4">chessanalysispipeline</requirement>
             <requirement type="package" version="1.1.0">lmfit</requirement>
             <requirement type="package" version="3.7.1">matplotlib</requirement>
             <requirement type="package" version="1.0.1">nexusformat</requirement>
--- a/tomo/tomo_reduce.xml	Tue Apr 11 16:50:10 2023 +0000
+++ b/tomo/tomo_reduce.xml	Tue Apr 11 19:35:59 2023 +0000
@@ -25,6 +25,15 @@
     <configfiles>
         <configfile name="tool_config">
             <![CDATA[#slurp
+                #if str($map.type_selector) == "YAML"
+                    #if str($detector.type_selector) == "andor2"
+                        #cat andor2.yaml
+                    #else if str($detector.type_selector) == "manta"
+                        #cat manta.yaml
+                    #else str($detector.type_selector) == "retiga"
+                        #cat retiga.yaml
+                    #end if
+                #end if
                 #echo 'img_x_bounds:' #
                 #if str($img_x_bounds.type_selector) == "full_range"
                     #echo '- -1'