Mercurial > repos > ximgchess > chap_test_20230411
changeset 34:79e71e12ea1e draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 3e8c1c54d5e12fdbc4f6c5cdae88b6d054db7c45-dirty
author | ximgchess |
---|---|
date | Wed, 12 Apr 2023 12:07:07 +0000 |
parents | f35145a1487c |
children | 94f85108072b |
files | tomo/.tomo_reduce.xml.swp tomo/tomo_reduce.xml |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tomo/tomo_reduce.xml Wed Apr 12 12:03:38 2023 +0000 +++ b/tomo/tomo_reduce.xml Wed Apr 12 12:07:07 2023 +0000 @@ -6,7 +6,8 @@ <expand macro="requirements"/> <command detect_errors="exit_code"> <![CDATA[ - mkdir tomo_reduce_plots; + mkdir tomo_reduce_plots && + pip --exists-action i install certif-pyspec==1.5.3 && #if str($map.type_selector) == "yaml" cp $input_file map.yaml && cat $__tool_directory__/andor2.yaml $tool_config > reduce.yaml &&