# HG changeset patch # User ximgchess # Date 1685112061 0 # Node ID c610d3babadce5af949678a97fc71c47955391b6 # Parent e319f10f14c2b99761c4e73ef8399987d208fa1f planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 6697892ecc504b00077394d0c167431ec3ac12f7-dirty diff -r e319f10f14c2 -r c610d3babadc tomo/tomo_reduce.xml --- a/tomo/tomo_reduce.xml Fri May 26 14:34:40 2023 +0000 +++ b/tomo/tomo_reduce.xml Fri May 26 14:41:01 2023 +0000 @@ -11,6 +11,8 @@ cp $input_file map.yaml && #if str($map.detector.type_selector) == "from_file" cat $map.detector.detector_file $tool_config > reduce.yaml && + #elif str($map.detector.type_selector) == "manual" + cat $tool_config > reduce.yaml && #else cat $__tool_directory__/$map.detector.type_selector $tool_config > reduce.yaml && #end if