mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:03:10 +00:00
Update subworkflows/local/longread_preprocessing.nf
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
parent
fa1c779536
commit
7104b12e3b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ workflow LONGREAD_PREPROCESSING {
|
|||
ch_clipped_reads = PORECHOP_PORECHOP.out.reads
|
||||
.map { meta, reads -> [ meta + [single_end: 1], reads ] }
|
||||
|
||||
ch_processed_reads = FILTLONG ( ch_clipped_reads.map { meta, reads -> [meta, [], reads ] } ).reads
|
||||
ch_processed_reads = FILTLONG ( ch_clipped_reads.map { meta, reads -> [ meta, [], reads ] } ).reads
|
||||
|
||||
ch_versions = ch_versions.mix(PORECHOP_PORECHOP.out.versions.first())
|
||||
ch_versions = ch_versions.mix(FILTLONG.out.versions.first())
|
||||
|
|
Loading…
Reference in a new issue