comparison cfsan_centriflaken.xml @ 80:ffa207a73483

"planemo upload"
author kkonganti
date Wed, 13 Jul 2022 16:40:14 -0400
parents 549972e56115
children e389a6f6aa3b
comparison
equal deleted inserted replaced
79:549972e56115 80:ffa207a73483
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.ext.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';