Update modules/maxquant/lfq/main.nf

Co-authored-by: Gregor Sturm <mail@gregor-sturm.de>
This commit is contained in:
Veit Schwämmle 2022-02-08 10:02:54 +01:00 committed by GitHub
parent 360ac115f7
commit cb1f0b7fc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ process MAXQUANT_LFQ {
output:
tuple val(meta), path("*.txt"), emit: maxquant_txt
path "versions.yml" , emit: version
path "versions.yml" , emit: versions
script:
def args = task.ext.args ?: ''