typo in command line (#1523)

This commit is contained in:
Maxime U. Garcia 2022-04-13 15:15:44 +02:00 committed by GitHub
parent 8856f127c5
commit e04970b7d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {