Mercurial > repos > ximgchess > chap_test_20230411
changeset 14:48ca4aca043a draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 3e8c1c54d5e12fdbc4f6c5cdae88b6d054db7c45-dirty
author | ximgchess |
---|---|
date | Wed, 12 Apr 2023 11:01:05 +0000 |
parents | 5a9ee90cbc1e |
children | 6adee0a95ef3 |
files | tomo/.tomo_reduce.xml.swp tomo/tomo_reduce.xml |
diffstat | 2 files changed, 12 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/tomo/tomo_reduce.xml Wed Apr 12 10:58:39 2023 +0000 +++ b/tomo/tomo_reduce.xml Wed Apr 12 11:01:05 2023 +0000 @@ -12,19 +12,18 @@ </command> <configfiles> <configfile name="tool_config"> - <![CDATA[#slurp - #if str($map.type_selector) == "YAML" - #cat andor2.yaml - #end if - #echo 'img_x_bounds:' # - #echo str($img_x_bounds.type_selector) # - #if str($img_x_bounds.type_selector) == "full_range" - #echo '- -1' # - #echo '- -1' # - #else - #echo '- ' + str($img_x_bounds.low) # - #echo '- ' + str($img_x_bounds.upp) # - #end if + <![CDATA[ +#if str($map.type_selector) == "YAML" +#cat andor2.yaml +#end if +#echo 'img_x_bounds:' # +#if str($img_x_bounds.type_selector) == "full_range" +#echo '- -1' # +#echo '- -1' # +#else +#echo '- ' + str($img_x_bounds.low) # +#echo '- ' + str($img_x_bounds.upp) # +#end if ]]> </configfile> </configfiles>