Skip to content
Prev 10026 / 21312 Next

[Bioc-devel] GenomeInfoDb::Seqinfo(genome) broken?

Hello,

Sometime yesterday calls like GenomeInfoDb::Seqinfo(genome = 'hg19') stopped working with the error:
Oddly, calls to rtracklayer::import.bed() that specify a genome work. I don't have any BSgenome packages installed where I'm running it, and from the documentation for genome, "An attempt will be made to derive the ?seqinfo? on the return value using either an installed BSgenome package or UCSC, if network access is available." So I would guess that rtracklayer::import.bed() would use the same fetchExtendedChromInfoFromUCSC()...?

On a related note, is there a non-BSgenome package that has the chromosome length / seqinfo information that doesn't require an internet connection (other than to download the package)? BSgenome is too large to require of users just for chromosome lengths. The org.db packages have chromosome lengths, but only with respect to one genome version for that organism, and from the documentation it isn't clear which version.

Thanks,
Raymond Cavalcante