Mercurial > repos > ximgchess > chap_test_20230411
comparison tomo/tomo_reduce.xml @ 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 |
comparison
equal
deleted
inserted
replaced
13:5a9ee90cbc1e | 14:48ca4aca043a |
---|---|
10 cat reduce.yaml | 10 cat reduce.yaml |
11 ]]> | 11 ]]> |
12 </command> | 12 </command> |
13 <configfiles> | 13 <configfiles> |
14 <configfile name="tool_config"> | 14 <configfile name="tool_config"> |
15 <![CDATA[#slurp | 15 <![CDATA[ |
16 #if str($map.type_selector) == "YAML" | 16 #if str($map.type_selector) == "YAML" |
17 #cat andor2.yaml | 17 #cat andor2.yaml |
18 #end if | 18 #end if |
19 #echo 'img_x_bounds:' # | 19 #echo 'img_x_bounds:' # |
20 #echo str($img_x_bounds.type_selector) # | 20 #if str($img_x_bounds.type_selector) == "full_range" |
21 #if str($img_x_bounds.type_selector) == "full_range" | 21 #echo '- -1' # |
22 #echo '- -1' # | 22 #echo '- -1' # |
23 #echo '- -1' # | 23 #else |
24 #else | 24 #echo '- ' + str($img_x_bounds.low) # |
25 #echo '- ' + str($img_x_bounds.low) # | 25 #echo '- ' + str($img_x_bounds.upp) # |
26 #echo '- ' + str($img_x_bounds.upp) # | 26 #end if |
27 #end if | |
28 ]]> | 27 ]]> |
29 </configfile> | 28 </configfile> |
30 </configfiles> | 29 </configfiles> |
31 <inputs> | 30 <inputs> |
32 <conditional name="map"> | 31 <conditional name="map"> |