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
the problem is with having both the " and space in one field, it somehow interferes with the standard c++ text stream input. At the moment, you would need to use samtools reheader to fix the resulting BAM file.
When using star (version: 2.7.2a) with the command below:
RG line in the output BAM has header:
but we expect an RG line like this:
I believe the "LB" tag string in the command has been escaped correctly:
I know it's a weird tag value, but every char in the string is acceptable according to SAM/BAM format definitions.
The text was updated successfully, but these errors were encountered: