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
Right now seqinfo(<BamFile>) returns a Seqinfo object with no genome information, even though that information is available in the file (the genome assembly is specified via the AS tag found in the @SQ header lines).
Right now
seqinfo(<BamFile>)
returns a Seqinfo object with no genome information, even though that information is available in the file (the genome assembly is specified via theAS
tag found in the@SQ
header lines).See Bioconductor/GenomeInfoDb#105 (comment) for some context.
I'll try to come up with a PR that fixes that.
The text was updated successfully, but these errors were encountered: