We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc39a7b commit 7404fd2Copy full SHA for 7404fd2
1 file changed
modules/nf-core/bwa/mem/meta.yml
@@ -81,6 +81,16 @@ output:
81
pattern: "*.{cram}"
82
ontologies:
83
- edam: "http://edamontology.org/format_3462"
84
+ sam:
85
+ - - meta:
86
+ type: map
87
+ description: Groovy Map containing sample information
88
+ - "*.sam":
89
+ type: file
90
+ description: Output SAM file containing read alignments
91
+ pattern: "*.{sam}"
92
+ ontologies:
93
+ - edam: "http://edamontology.org/format_2573"
94
csi:
95
- - meta:
96
type: map
0 commit comments