Open hpages opened 8 months ago
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).
seqinfo(<BamFile>)
AS
@SQ
See https://github.com/Bioconductor/GenomeInfoDb/issues/105#issuecomment-1942470165 for some context.
I'll try to come up with a PR that fixes that.
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 https://github.com/Bioconductor/GenomeInfoDb/issues/105#issuecomment-1942470165 for some context.
I'll try to come up with a PR that fixes that.