comparison tomo/tomo_reduce.xml @ 23:530ccdd4cb8c draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 3e8c1c54d5e12fdbc4f6c5cdae88b6d054db7c45-dirty
author ximgchess
date Wed, 12 Apr 2023 11:28:49 +0000
parents 73297b1c561e
children 0fc368bffc0f
comparison
equal deleted inserted replaced
22:73297b1c561e 23:530ccdd4cb8c
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
7 <command detect_errors="exit_code"> 7 <command detect_errors="exit_code">
8 <![CDATA[ 8 <![CDATA[
9 #if str($map.type_selector) == "yaml" 9 #if str($map.type_selector) == "yaml"
10 cp '$input_file' map.yaml && 10 cp $input_file map.yaml &&
11 cat $__tool_directory__/andor2.yaml $tool_config > reduce.yaml 11 cat $__tool_directory__/andor2.yaml $tool_config > reduce.yaml &&
12 #else 12 #else
13 cp '$input_file' setup.nex && 13 cp $input_file setup.nex &&
14 cp '$tool_config' reduce.yaml 14 cp $tool_config reduce.yaml &&
15 #end if 15 #end if
16 cat reduce.yaml 16 cat reduce.yaml
17 ]]> 17 ]]>
18 </command> 18 </command>
19 <configfiles> 19 <configfiles>
20 <configfile name="tool_config"> 20 <configfile name="tool_config">
21 <![CDATA[ 21 <![CDATA[#slurp
22 #echo 'img_x_bounds:' # 22 #echo 'img_x_bounds:' #
23 #if str($img_x_bounds.type_selector) == "full_range" 23 #if str($img_x_bounds.type_selector) == "full_range"
24 #echo '- -1' # 24 #echo '- -1' #
25 #echo '- -1' # 25 #echo '- -1' #
26 #else 26 #else