Hi Tariq,
That looks like an interesting package. I tried your code and got the following error:
Traceback (most recent call last):
File "/Applications/Wing101.app/Contents/Resources/src/debug/tserver/_sandbox.py", line 7, in <module>
File "/Library/Python/2.7/site-packages/pyGeno/Genome.py", line 67, in __init__
pyGenoRabaObjectWrapper.__init__(self, *args, **kwargs)
File "/Library/Python/2.7/site-packages/pyGeno/pyGenoObjectBases.py", line 83, in __init__
self.wrapped_object = self._wrapped_class(*args, **kwargs)
File "/Library/Python/2.7/site-packages/rabaDB/Raba.py", line 301, in __call__
raise KeyError("Couldn't find any object that fit the arguments you've prodided to the constructor")
KeyError: "Couldn't find any object that fit the arguments you've prodided to the constructor"
Also, I'm not sure if this is quite what I am looking for. I think that using biomaRt and biostrings I can get the sequence information (given the coordinates).