Mercurial > repos > kkonganti > cfsan_centriflaken
comparison cfsan_centriflaken.xml @ 127:2b6b44652357
planemo upload
author | kkonganti |
---|---|
date | Wed, 03 Jul 2024 14:26:36 -0400 |
parents | 9cf321470e20 |
children | d4439431d12c |
comparison
equal
deleted
inserted
replaced
126:9cf321470e20 | 127:2b6b44652357 |
---|---|
6 <version_command>nextflow -version</version_command> | 6 <version_command>nextflow -version</version_command> |
7 <command detect_errors="exit_code"><![CDATA[ | 7 <command detect_errors="exit_code"><![CDATA[ |
8 time_stamp=\$(date +%Y-%m-%d-%s); | 8 time_stamp=\$(date +%Y-%m-%d-%s); |
9 work_dir="/galaxy/nf-work-dirs/centriflaken_work_dir-"\${time_stamp}; | 9 work_dir="/galaxy/nf-work-dirs/centriflaken_work_dir-"\${time_stamp}; |
10 #input_path="\${work_dir}/cpipes-input"; | 10 #input_path="\${work_dir}/cpipes-input"; |
11 input_path=\$(pwd)/cpipes-input | 11 input_path=\$(pwd)/cpipes-input; |
12 mkdir -p \$work_dir || exit 1; | 12 mkdir -p \$work_dir || exit 1; |
13 mkdir -p "\${input_path}" || exit 1; | 13 mkdir -p "\${input_path}" || exit 1; |
14 #import re | 14 #import re |
15 #if (str($input_read_type_cond.input_read_type) == "single_long"): | 15 #if (str($input_read_type_cond.input_read_type) == "single_long"): |
16 #for _, $unpaired in enumerate($input_read_type_cond.input): | 16 #for _, $unpaired in enumerate($input_read_type_cond.input): |