mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Update modules/bamtools/split/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
2d32267fcd
commit
da56a2d509
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ process BAMTOOLS_SPLIT {
|
|||
def args = task.ext.args ?: ''
|
||||
def prefix = task.ext.prefix ?: "${meta.id}"
|
||||
def input_list = bam.collect{"-in $it"}.join(' ')
|
||||
def stub = !args.contains("-stub") ? "-stub ${prefix}" : ""
|
||||
|
||||
"""
|
||||
bamtools \\
|
||||
merge \\
|
||||
|
|
Loading…
Reference in a new issue