mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Code review suggestions
This commit is contained in:
parent
ef5f145342
commit
24d5e7feed
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ output:
|
||||||
type: file
|
type: file
|
||||||
description: filtered/converted CRAM file + index
|
description: filtered/converted CRAM file + index
|
||||||
pattern: "*{.cram,.crai}"
|
pattern: "*{.cram,.crai}"
|
||||||
|
- bam_bai:
|
||||||
|
type: file
|
||||||
|
description: filtered/converted BAM file + index
|
||||||
|
pattern: "*{.bam,.bai}"
|
||||||
- version:
|
- version:
|
||||||
type: file
|
type: file
|
||||||
description: File containing software version
|
description: File containing software version
|
||||||
|
|
Loading…
Reference in a new issue