mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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:
|
||||
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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue