Mercurial > repos > kkonganti > cfsan_centriflaken
comparison cfsan_centriflaken.xml @ 84:de5b87ce9fe4
"planemo upload"
author | kkonganti |
---|---|
date | Wed, 13 Jul 2022 16:51:33 -0400 |
parents | 21149dc86243 |
children | 022230c283f2 |
comparison
equal
deleted
inserted
replaced
83:21149dc86243 | 84:de5b87ce9fe4 |
---|---|
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.name.endswith(('.fastq', '.fastq.gz')): | 13 #if not str($unpaired.name).endswith(('.fastq', '.fastq.gz')): |
14 #set read1 = str($unpaired.name) + str('.') + str($unpaired.ext) | 14 #set read1 = str($unpaired.name) + str('.') + str($unpaired.ext) |
15 #else: | 15 #else: |
16 #set read1 = str($unpaired.name) | 16 #set read1 = str($unpaired.name) |
17 #end if | 17 #end if |
18 ln -sf '$unpaired' './cpipes-input/$read1'; | 18 ln -sf '$unpaired' './cpipes-input/$read1'; |