mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update modules/bowtie2/align/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
0d00452eca
commit
9dd083fa94
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ process BOWTIE2_ALIGN {
|
|||
|
||||
def unaligned = ""
|
||||
def reads_args = ""
|
||||
|
||||
if (meta.single_end) {
|
||||
unaligned = save_unaligned ? "--un-gz ${prefix}.unmapped.fastq.gz" : ""
|
||||
reads_args = "-U ${reads}"
|
||||
|
|
Loading…
Reference in a new issue