diff --git a/modules/maxquant/lfq/main.nf b/modules/maxquant/lfq/main.nf index 1ddd2977..3fc45725 100644 --- a/modules/maxquant/lfq/main.nf +++ b/modules/maxquant/lfq/main.nf @@ -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 when: task.ext.when == null || task.ext.when diff --git a/modules/maxquant/lfq/meta.yml b/modules/maxquant/lfq/meta.yml index 3596e3f1..3eec1638 100644 --- a/modules/maxquant/lfq/meta.yml +++ b/modules/maxquant/lfq/meta.yml @@ -39,7 +39,7 @@ output: description: | Groovy Map containing sample information e.g. [ id:'test', single_end:false ] - - version: + - versions: type: file description: File containing software version pattern: "versions.yml" diff --git a/tests/config/test_data.config b/tests/config/test_data.config index 42adf63f..a8cc2137 100644 --- a/tests/config/test_data.config +++ b/tests/config/test_data.config @@ -388,8 +388,8 @@ params { ups_file2 = "${test_data_dir}/proteomics/msspectra/OVEMB150205_14.raw" } 'database' { - yeast_ups = "${test_data_dir}/proteomics/database/yeast_UPS.fasta" - } + yeast_ups = "${test_data_dir}/proteomics/database/yeast_UPS.fasta" + } 'parameter' { maxquant = "${test_data_dir}/proteomics/parameter/mqpar.xml" }