mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
typo in command line (#1523)
This commit is contained in:
parent
8856f127c5
commit
e04970b7d2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ process GATK4_MARKDUPLICATES_SPARK {
|
|||
script:
|
||||
def args = task.ext.args ?: ''
|
||||
prefix = task.ext.prefix ?: "${meta.id}"
|
||||
def input_list = bam.collect{"--INPUT $it"}.join(' ')
|
||||
def input_list = bam.collect{"--input $it"}.join(' ')
|
||||
|
||||
def avail_mem = 3
|
||||
if (!task.memory) {
|
||||
|
|
Loading…
Reference in a new issue