You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the PG line it seems that sugin the bam generation star aligner was run with the --outSAMheaderHD ID:control_scramble_2 PL:Illumina instead of using the --outSAMheaderRG argument....
from the star aligner PDF:
--outSAMattrRGline
default: -
string(s): SAM/BAM read group line. The first word contains the read group
identifier and must start with ”ID:”, e.g. –outSAMattrRGline ID:xxx CN:yy
”DS:z z z”.
xxx will be added as RG tag to each output alignment. Any spaces in the tag
values have to be double quoted.
Comma separated RG lines correspons to different (comma separated) input
files in –readFilesIn. Commas have to be surrounded by spaces, e.g.
–outSAMattrRGline ID:xxx , ID:zzz ”DS:z z” , ID:yyy DS:yyyy
--outSAMheaderHD
default: -
strings: @HD (header) line of the SAM header
yfarjoun
changed the title
provided example bam is invalid
Provided example bams are invalid
Dec 3, 2021
Hello,
using samtools v1.14 the bam supplied in the example seems to be invalid. Running the example code results in the following error:
when manually inspecting the bam it seems that there's a missing
@RG
tag:The text was updated successfully, but these errors were encountered: