comparison tomo/tomo_reduce.xml @ 79:7638a2c68b7f draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 64d735e72badb6466fcf32843328300887a4a46e-dirty
author ximgchess
date Mon, 01 May 2023 12:50:46 +0000
parents d0bc5f9dc4c9
children 1cfbaaec71aa
comparison
equal deleted inserted replaced
78:d0bc5f9dc4c9 79:7638a2c68b7f
8 <![CDATA[ 8 <![CDATA[
9 mkdir tomo_reduce_plots; 9 mkdir tomo_reduce_plots;
10 $__tool_directory__/../pip_install.sh 'certif-pyspec==1.5.3' && 10 $__tool_directory__/../pip_install.sh 'certif-pyspec==1.5.3' &&
11 #if str($map.type_selector) == "yaml" 11 #if str($map.type_selector) == "yaml"
12 cp $input_file map.yaml && 12 cp $input_file map.yaml &&
13 cat $__tool_directory__/$map.detector.type_selector $tool_config > reduce.yaml && 13 cat $__tool_directory__/$map.detector.type_selector $tool_config > reduce.yaml
14 #else 14 #else
15 cp $input_file setup.nex && 15 cp $input_file setup.nex &&
16 cp $tool_config reduce.yaml && 16 cp $tool_config reduce.yaml
17 #end if
18 CHAP --config
19 #if str($map.type_selector) == "yaml"
20 $__tool_directory__/pipeline_reduce_yaml.yaml
21 #else
22 $__tool_directory__/pipeline_reduce_nexus.yaml
23 #end if 17 #end if
24 ]]> 18 ]]>
25 </command> 19 </command>
26 <configfiles> 20 <configfiles>
27 <configfile name="tool_config"> 21 <configfile name="tool_config">
49 <param name="type_selector" type="select" display="radio" label="Choose detector prefix"> 43 <param name="type_selector" type="select" display="radio" label="Choose detector prefix">
50 <option value="andor2.yaml">andor2</option> 44 <option value="andor2.yaml">andor2</option>
51 <option value="manta.yaml">manta</option> 45 <option value="manta.yaml">manta</option>
52 <option value="retiga.yaml">retiga</option> 46 <option value="retiga.yaml">retiga</option>
53 </param> 47 </param>
54 <when value="andor2"/> 48 <when value="andor2.yaml"/>
55 <when value="manta"/> 49 <when value="manta.yaml"/>
56 <when value="retiga"/> 50 <when value="retiga.yaml"/>
57 </conditional> 51 </conditional>
58 </when> 52 </when>
59 <when value="nexus"> 53 <when value="nexus">
60 <param name="input_file" type="data" format="nex" optional="false" label="Tomography setup file"/> 54 <param name="input_file" type="data" format="nex" optional="false" label="Tomography setup file"/>
61 </when> 55 </when>