mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
nMerge branch 'maxquant' of github.com:veitveit/modules into maxquant
This commit is contained in:
commit
aa0e2fa752
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue