# HG changeset patch # User ximgchess # Date 1682592193 0 # Node ID 0fb5fc391411e04e4366f63e3587b239339864f1 # Parent da8f5ae271ea55b6ed5bc1a5352519100632c941 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 64d735e72badb6466fcf32843328300887a4a46e-dirty diff -r da8f5ae271ea -r 0fb5fc391411 tomo/tomo_reduce.xml --- a/tomo/tomo_reduce.xml Thu Apr 27 10:39:17 2023 +0000 +++ b/tomo/tomo_reduce.xml Thu Apr 27 10:43:13 2023 +0000 @@ -10,7 +10,7 @@ $__tool_directory__/../pip_install.sh 'certif-pyspec==1.5.3' && #if str($map.type_selector) == "yaml" cp $input_file map.yaml && - cat $__tool_directory__/$map.type_selector.detector.type_selector $tool_config > reduce.yaml && + cat $__tool_directory__/$map.detector.type_selector $tool_config > reduce.yaml && #else cp $input_file setup.nex && cp $tool_config reduce.yaml &&