-
Notifications
You must be signed in to change notification settings - Fork 506
FAQ: Output
Alexander Dobin edited this page Jun 16, 2020
·
5 revisions
The WASP tags vW are described in the manual, Chapter 11 "WASP filtering of allele specific alignments."
Read groups do not have to be present in the SAM/BAM file, and STAR does not add them by default.
Picard requires them by default, which causes the error you see. I believe you can suppress Picard errors with IGNORE={MISSING_READ_GROUP,RECORD_MISSING_READ_GROUP}
- please check the Picard manual for more options: http://broadinstitute.github.io/picard/command-line-overview.html
If you want to include read groups in STAR BAMs, you can use --outSAMattrRGline ID:my-read-group
option.
You can also add RG tags to an existing BAM with samtools addreplacerg