[BioPython] how to add new methods to class Seq ?

Jose Borreguero borreguero at gmail.com
Tue Oct 4 14:33:14 EDT 2005


Hi all,
I'm new to biopython (and python!), and wondering the efficient way to add
methods of my own to class Seq for my in-house computing. Should I (1) open
the code and start ading add methods; (2) instantiate a derived class from
Seq and write there my methods; (3) what else?
jose



More information about the BioPython mailing list