nMerge branch 'maxquant' of github.com:veitveit/modules into maxquant

This commit is contained in:
veitveit 2022-02-09 10:42:17 +01:00
commit aa0e2fa752
3 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ process MAXQUANT_LFQ {
output: output:
tuple val(meta), path("*.txt"), emit: maxquant_txt tuple val(meta), path("*.txt"), emit: maxquant_txt
path "versions.yml" , emit: version path "versions.yml" , emit: versions
when: when:
task.ext.when == null || task.ext.when task.ext.when == null || task.ext.when

View file

@ -39,7 +39,7 @@ output:
description: | description: |
Groovy Map containing sample information Groovy Map containing sample information
e.g. [ id:'test', single_end:false ] e.g. [ id:'test', single_end:false ]
- version: - versions:
type: file type: file
description: File containing software version description: File containing software version
pattern: "versions.yml" pattern: "versions.yml"