comparison tomo/tomo_reduce.xml @ 2:79081cef336b draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit f4980be19456f3f51758e06e2eb7520924ce1e3a
author ximgchess
date Tue, 11 Apr 2023 16:50:10 +0000
parents 84a215623d9e
children a865a7d1cd91
comparison
equal deleted inserted replaced
1:84a215623d9e 2:79081cef336b
23 ]]> 23 ]]>
24 </command> 24 </command>
25 <configfiles> 25 <configfiles>
26 <configfile name="tool_config"> 26 <configfile name="tool_config">
27 <![CDATA[#slurp 27 <![CDATA[#slurp
28 #if str($map.type_selector) == "YAML"
29 #if str($detector.type_selector) == "andor2"
30 #cat andor2.yaml
31 #elif str($detector.type_selector) == "manta"
32 #cat manta.yaml
33 #else str($detector.type_selector) == "retiga"
34 #cat retiga.yaml
35 #end if
36 #end if
37 #echo 'img_x_bounds:' # 28 #echo 'img_x_bounds:' #
38 #if str($img_x_bounds.type_selector) == "full_range" 29 #if str($img_x_bounds.type_selector) == "full_range"
39 #echo '- -1' 30 #echo '- -1'
40 #echo '- -1' 31 #echo '- -1'
41 #else 32 #else