Mercurial > repos > kkonganti > cfsan_centriflaken
comparison cfsan_centriflaken.xml @ 94:ca861be31596
"planemo upload"
author | kkonganti |
---|---|
date | Tue, 19 Jul 2022 10:22:51 -0400 |
parents | 295c2597a475 |
children | ef0b422978fd |
comparison
equal
deleted
inserted
replaced
93:3f367a0de778 | 94:ca861be31596 |
---|---|
17 #end if | 17 #end if |
18 ln -sf '$unpaired' './cpipes-input/$read1'; | 18 ln -sf '$unpaired' './cpipes-input/$read1'; |
19 #end for | 19 #end for |
20 #elif (str($input_read_type_cond.input_read_type) == "paired"): | 20 #elif (str($input_read_type_cond.input_read_type) == "paired"): |
21 #for _, $pair in enumerate($input_read_type_cond.input_pair) | 21 #for _, $pair in enumerate($input_read_type_cond.input_pair) |
22 #set read_R1 = re.sub('[^\s\w\-]', '_', str($pair.forward.name)) | 22 #set read_R1 = re.sub('\:forward', '_forward', str($pair.forward.name)) |
23 #set read_R2 = re.sub('[^\s\w\-]', '_', str($pair.reverse.name)) | 23 #set read_R2 = re.sub('\:reverse', '_reverse', str($pair.reverse.name)) |
24 #if not str($pair.forward.name).endswith(('.fastq', '.fastq.gz')): | 24 #if not str($pair.forward.name).endswith(('.fastq', '.fastq.gz')): |
25 #set read_R1 = $read_R1 + str('.') + str($pair.forward.ext) | 25 #set read_R1 = $read_R1 + str('.') + str($pair.forward.ext) |
26 #end if | 26 #end if |
27 #if not str($pair.reverse.name).endswith(('.fastq', '.fastq.gz')): | 27 #if not str($pair.reverse.name).endswith(('.fastq', '.fastq.gz')): |
28 #set read_R2 = $read_R2 + str('.') + str($pair.reverse.ext) | 28 #set read_R2 = $read_R2 + str('.') + str($pair.reverse.ext) |