Mercurial > repos > ximgchess > chap_test_20230411
comparison tomo/tomo_reduce.xml @ 33:f35145a1487c draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 3e8c1c54d5e12fdbc4f6c5cdae88b6d054db7c45-dirty
author | ximgchess |
---|---|
date | Wed, 12 Apr 2023 12:03:38 +0000 |
parents | 21c5d24fb8d8 |
children | 79e71e12ea1e |
comparison
equal
deleted
inserted
replaced
32:21c5d24fb8d8 | 33:f35145a1487c |
---|---|
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 mkdir tomo_reduce_plots; | 9 mkdir tomo_reduce_plots; |
10 pip --exists-action i install certif-pyspec==1.5.3 && | |
11 #if str($map.type_selector) == "yaml" | 10 #if str($map.type_selector) == "yaml" |
12 cp $input_file map.yaml && | 11 cp $input_file map.yaml && |
13 cat $__tool_directory__/andor2.yaml $tool_config > reduce.yaml && | 12 cat $__tool_directory__/andor2.yaml $tool_config > reduce.yaml && |
14 #else | 13 #else |
15 cp $input_file setup.nex && | 14 cp $input_file setup.nex && |