On Mon, Mar 16, 2009 at 08:56:09AM -0700, Christopher Lee wrote: -> I've tried out the change that you suggested for moving the storage -> initialization and strslice() code to FileSequenceDB. I agree with -> you that all this code seems more naturally to be a part of the -> sequence database class, and I'm hoping that this will make this class -> less confusing to people. This allowed me to get rid of -> _init_subclass from two classes (FileDBSequence and XMLRPCSequence). -> -> I pushed this change to master; get the latest code from the public -> git repository.
Manually merged into my seqdb_review branch, available on github. -> One minor point: FileDBSequence.__len__() directly uses an internal -> interface (seqLenDict), which feels a little unmodular, as does the -> descriptor class used to provide the seq property on this class. Agreed. I'll revisit when I finish the first pass. cheers, --titus -- C. Titus Brown, [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
