mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
update prefix
Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se>
This commit is contained in:
parent
84f584875e
commit
44daa5d687
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ process GATK4_MARKDUPLICATES_SPARK {
|
||||||
|
|
||||||
script:
|
script:
|
||||||
def args = task.ext.args ?: ''
|
def args = task.ext.args ?: ''
|
||||||
def prefix = task.ext.prefix ?: "${meta.id}" + ".bam"
|
def prefix = task.ext.prefix ?: "${meta.id}.bam"
|
||||||
def input_list = bam.collect{"--input $it"}.join(' ')
|
def input_list = bam.collect{"--input $it"}.join(' ')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue