Mercurial > repos > ximgchess > chap_test_20230411
comparison tomo/tomo_reduce.xml @ 54:70992f91d75f draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit eda217fb0afe5af50380a24b578c668db9c004f4-dirty
author | ximgchess |
---|---|
date | Wed, 12 Apr 2023 18:42:57 +0000 |
parents | e6848e9c1c3c |
children | 55740619de5e |
comparison
equal
deleted
inserted
replaced
53:e6848e9c1c3c | 54:70992f91d75f |
---|---|
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 which python && | 9 $__tool_directory__/pip_install.sh && |
10 which CHAP && | 10 echo $__tool_directory__ && |
11 python --version && | 11 ls $__tool_directory__/.. && |
12 cp $tool_config reduce.yaml | 12 cp $tool_config reduce.yaml |
13 ]]> | 13 ]]> |
14 </command> | 14 </command> |
15 <configfiles> | 15 <configfiles> |
16 <configfile name="tool_config"> | 16 <configfile name="tool_config"> |