I installed pygr and its prerequisites.
Running:
>>> from pygr import worldbase
>>> dir(worldbase)
['0root', '0version']
Where it was supposed to return
['Bio']
according to the documentation (root and version are empty).
Am I doing something wrong?
By the way, this package is five years old and nothing has been contributed to it since. Which leads me to wonder: is the worldbase database still maintained at UCLA?
For the curious, what I want to do next is:
hg17 = worldbase.Bio.Seq.Genome.HUMAN.hg17()
chr1 = hg17['chr1']
The last pygr release is from Dec 2010, and the hg17 assembly is now very old (there have been hg18 and hg39 since then). Maybe it's all discontinued.