Mercurial > repos > ximgchess > chap_test_20230411
changeset 71:0473fdc7f9b0 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 919e80fa3f8a9160766ff4d2c6b8956ec5553ad3-dirty
author | ximgchess |
---|---|
date | Mon, 24 Apr 2023 19:48:29 +0000 |
parents | 54d0adb79293 |
children | efb4a65f46eb |
files | tomo/tomo_combine.xml tomo/tomo_find_center.xml tomo/tomo_reconstruct.xml |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tomo/tomo_combine.xml Mon Apr 24 19:45:33 2023 +0000 +++ b/tomo/tomo_combine.xml Mon Apr 24 19:48:29 2023 +0000 @@ -9,7 +9,7 @@ mkdir tomo_combine_plots; $__tool_directory__/../pip_install.sh 'certif-pyspec==1.5.3' && cp $input_file reconstruced.nex && - cp $tool_config combine.yaml + cp $tool_config combine.yaml && CHAP --config $__tool_directory__/pipeline_combine.yaml ]]>
--- a/tomo/tomo_find_center.xml Mon Apr 24 19:45:33 2023 +0000 +++ b/tomo/tomo_find_center.xml Mon Apr 24 19:48:29 2023 +0000 @@ -9,7 +9,7 @@ mkdir tomo_find_center_plots; $__tool_directory__/../pip_install.sh 'certif-pyspec==1.5.3' && cp $input_file reduced.nex && - cp $tool_config find_center.yaml + cp $tool_config find_center.yaml && CHAP --config $__tool_directory__/pipeline_find_center.yaml ]]>
--- a/tomo/tomo_reconstruct.xml Mon Apr 24 19:45:33 2023 +0000 +++ b/tomo/tomo_reconstruct.xml Mon Apr 24 19:48:29 2023 +0000 @@ -10,7 +10,7 @@ $__tool_directory__/../pip_install.sh 'certif-pyspec==1.5.3' && cp $input_file reduced.nex && cp $center_file centers.yaml && - cp $tool_config reconstruct.yaml + cp $tool_config reconstruct.yaml && CHAP --config $__tool_directory__/pipeline_reconstruct.yaml ]]>