# HG changeset patch # User ximgchess # Date 1681312224 0 # Node ID 7df62c1965778413821fc71bc12daf0f31764d31 # Parent ec5a7fc248d60b09b59d1441d4aa4f66e6ecf11e planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit eda217fb0afe5af50380a24b578c668db9c004f4-dirty diff -r ec5a7fc248d6 -r 7df62c196577 tomo/tomo_reduce.xml --- a/tomo/tomo_reduce.xml Wed Apr 12 15:03:22 2023 +0000 +++ b/tomo/tomo_reduce.xml Wed Apr 12 15:10:24 2023 +0000 @@ -6,9 +6,20 @@ reduce.yaml && + #else + cp $input_file setup.nex && + cp $tool_config reduce.yaml && + #end if + CHAP --config + #if str($map.type_selector) == "yaml" + $__tool_directory__/pipeline_reduce_yaml.yaml + #else + $__tool_directory__/pipeline_reduce_nexus.yaml + #end if ]]>