mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00: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:
|
||||
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(' ')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue