On Sep 12, 2008, at 1:06 PM, Namshin Kim wrote:
> Traceback (most recent call last): > File "make_pygr_annotation_gccontents.py", line 23, in <module> > stop = 4, gc_content = 5)) > File "/home/deepreds/lib/python2.5/site-packages/pygr-0.7-py2.5- > linux-x86_64.egg/pygr/seqdb.py", line 819, in __init__ > sample_value = self.itervalues().next() > StopIteration Titus and I added an AnnotationDB check for incompatible sliceDB / sequenceDB. However, as you just discovered, it doesn't handle the case where the sliceDB is completely empty. I fixed that; get the latest source from the git repository. -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
