Mercurial > repos > ximgchess > chap_test_20230411
comparison tomo/tomo_reduce.xml @ 83:9b6e931e0de0 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 64d735e72badb6466fcf32843328300887a4a46e-dirty
author | ximgchess |
---|---|
date | Tue, 02 May 2023 15:07:28 +0000 |
parents | 6b20bd5d489a |
children | 1e02b5c4abdf |
comparison
equal
deleted
inserted
replaced
82:6b20bd5d489a | 83:9b6e931e0de0 |
---|---|
4 <import>tomo_macros.xml</import> | 4 <import>tomo_macros.xml</import> |
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 $__tool_directory__/../pip_install.sh 'certif-pyspec==1.5.3' | 9 mkdir tomo_reduce_plots; |
10 #if str($map.type_selector) == "yaml" | |
11 $__tool_directory__/../pip_install.sh 'certif-pyspec==1.5.3' && | |
12 cp $input_file map.yaml && | |
13 cat $__tool_directory__/$map.detector.type_selector $tool_config > reduce.yaml && | |
14 #else | |
15 cp $input_file setup.nex && | |
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 | |
10 ]]> | 24 ]]> |
11 </command> | 25 </command> |
12 <configfiles> | 26 <configfiles> |
13 <configfile name="tool_config"> | 27 <configfile name="tool_config"> |
14 <![CDATA[#slurp | 28 <![CDATA[#slurp |