mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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 unaligned = ""
|
||||||
def reads_args = ""
|
def reads_args = ""
|
||||||
|
|
||||||
if (meta.single_end) {
|
if (meta.single_end) {
|
||||||
unaligned = save_unaligned ? "--un-gz ${prefix}.unmapped.fastq.gz" : ""
|
unaligned = save_unaligned ? "--un-gz ${prefix}.unmapped.fastq.gz" : ""
|
||||||
reads_args = "-U ${reads}"
|
reads_args = "-U ${reads}"
|
||||||
|
|
Loading…
Reference in a new issue