Mercurial > repos > kkonganti > cfsan_centriflaken
comparison cfsan_centriflaken.xml @ 79:549972e56115
"planemo upload"
author | kkonganti |
---|---|
date | Wed, 13 Jul 2022 16:38:29 -0400 |
parents | 4ee79500795b |
children | ffa207a73483 |
comparison
equal
deleted
inserted
replaced
78:4ee79500795b | 79:549972e56115 |
---|---|
8 <command detect_errors="exit_code"><![CDATA[ | 8 <command detect_errors="exit_code"><![CDATA[ |
9 mkdir -p cpipes-input || exit 1; | 9 mkdir -p cpipes-input || exit 1; |
10 pwd_path=\$(pwd); | 10 pwd_path=\$(pwd); |
11 #if (str($input_read_type_cond.input_read_type) == "single_long"): | 11 #if (str($input_read_type_cond.input_read_type) == "single_long"): |
12 #for _, $unpaired in enumerate($input_read_type_cond.input): | 12 #for _, $unpaired in enumerate($input_read_type_cond.input): |
13 #if not $unpaired.endswith(('.fastq', '.fastq.gz')): | 13 #if not ${unpaired}.endswith(('.fastq', '.fastq.gz')): |
14 #set read_R1 = str($unpaired.name) + str('.') + str($unpaired.ext) | 14 #set read_R1 = str($unpaired.name) + str('.') + str($unpaired.ext) |
15 #else: | 15 #else: |
16 #set read_R1 = str($unpaired.name) | 16 #set read_R1 = str($unpaired.name) |
17 #end if | 17 #end if |
18 ln -sf '$unpaired' './cpipes-input/$read_R1'; | 18 ln -sf '$unpaired' './cpipes-input/$read_R1'; |