Mercurial > repos > kkonganti > cfsan_centriflaken
changeset 128:d4439431d12c
planemo upload
author | kkonganti |
---|---|
date | Wed, 03 Jul 2024 15:00:37 -0400 |
parents | 2b6b44652357 |
children | 1bb0dacefa6d |
files | cfsan_centriflaken.xml |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cfsan_centriflaken.xml Wed Jul 03 14:26:36 2024 -0400 +++ b/cfsan_centriflaken.xml Wed Jul 03 15:00:37 2024 -0400 @@ -7,9 +7,8 @@ <command detect_errors="exit_code"><![CDATA[ time_stamp=\$(date +%Y-%m-%d-%s); work_dir="/galaxy/nf-work-dirs/centriflaken_work_dir-"\${time_stamp}; - #input_path="\${work_dir}/cpipes-input"; input_path=\$(pwd)/cpipes-input; - mkdir -p \$work_dir || exit 1; + mkdir -p "\${work_dir}" || exit 1; mkdir -p "\${input_path}" || exit 1; #import re #if (str($input_read_type_cond.input_read_type) == "single_long"):