changeset 9:2ff8120ca4d4 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 3e8c1c54d5e12fdbc4f6c5cdae88b6d054db7c45-dirty
author ximgchess
date Wed, 12 Apr 2023 10:45:37 +0000
parents 6fef0a9adcf1
children 7776e1e73c56
files tomo/.tomo_reduce.xml.swp tomo/tomo_reduce.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
Binary file tomo/.tomo_reduce.xml.swp has changed
--- a/tomo/tomo_reduce.xml	Wed Apr 12 10:42:19 2023 +0000
+++ b/tomo/tomo_reduce.xml	Wed Apr 12 10:45:37 2023 +0000
@@ -14,12 +14,12 @@
         <configfile name="tool_config">
             <![CDATA[#slurp
                 #if str($map.type_selector) == "YAML"
-                    #cat andor2.yaml
+                    cat andor2.yaml
                 #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)
@@ -63,8 +63,8 @@
         </conditional>
     </inputs>
     <outputs>
+        <data name="tool_config" format="yaml" label="Tool config" from_work_dir="reduce.yaml" hidden="false"/>
         <!--
-        <data name="tool_config" format="yaml" label="Tool config" from_work_dir="reduce.yaml" hidden="false"/>
         <collection name="tomo_reduce_plots" type="list" label="Data reduction images">
             <discover_datasets pattern="__name_and_ext__" directory="tomo_reduce_plots"/>
         </collection>