mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
added optional pdf/png outputs
This commit is contained in:
parent
064712c4ea
commit
5a1297cc7d
1 changed files with 9 additions and 0 deletions
|
@ -80,6 +80,14 @@ output:
|
|||
type: file
|
||||
description: File containing copy number segment information
|
||||
pattern: "*.{cns}"
|
||||
- pdf:
|
||||
type: file
|
||||
description: File with plot of copy numbers or segments on chromosomes
|
||||
pattern: "*.{pdf}"
|
||||
- png:
|
||||
type: file
|
||||
description: File with plot of bin-level log2 coverages and segmentation calls
|
||||
pattern: "*.{png}"
|
||||
- versions:
|
||||
type: file
|
||||
description: File containing software versions
|
||||
|
@ -91,3 +99,4 @@ authors:
|
|||
- "@drpatelh"
|
||||
- "@fbdtemme"
|
||||
- "@lassefolkersen"
|
||||
- "@SusiJo"
|
||||
|
|
Loading…
Reference in a new issue