Mercurial > repos > ximgchess > chap_test_20230411
comparison tomo/tomo_reduce.xml @ 76:da8f5ae271ea draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 64d735e72badb6466fcf32843328300887a4a46e
author | ximgchess |
---|---|
date | Thu, 27 Apr 2023 10:39:17 +0000 |
parents | 2679014bb6eb |
children | 0fb5fc391411 |
comparison
equal
deleted
inserted
replaced
75:15f06d8e188d | 76:da8f5ae271ea |
---|---|
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__/andor2.yaml $tool_config > reduce.yaml && | 13 cat $__tool_directory__/$map.type_selector.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 | 17 #end if |
18 CHAP --config | 18 CHAP --config |
45 </param> | 45 </param> |
46 <when value="yaml"> | 46 <when value="yaml"> |
47 <param name="input_file" type="data" format="yaml" optional="false" label="Map config file"/> | 47 <param name="input_file" type="data" format="yaml" optional="false" label="Map config file"/> |
48 <conditional name="detector"> | 48 <conditional name="detector"> |
49 <param name="type_selector" type="select" display="radio" label="Choose detector prefix"> | 49 <param name="type_selector" type="select" display="radio" label="Choose detector prefix"> |
50 <option value="andor2">andor2</option> | 50 <option value="andor2">andor2.yaml</option> |
51 <option value="manta">manta</option> | 51 <option value="manta">manta.yaml</option> |
52 <option value="retiga">retiga</option> | 52 <option value="retiga">retiga.yaml</option> |
53 </param> | 53 </param> |
54 <when value="andor2"/> | 54 <when value="andor2"/> |
55 <when value="manta"/> | 55 <when value="manta"/> |
56 <when value="retiga"/> | 56 <when value="retiga"/> |
57 </conditional> | 57 </conditional> |