[Biopython-dev] Fixed Bug
julio at hpcf.upr.edu
julio at hpcf.upr.edu
Tue Aug 7 16:23:16 EDT 2001
I include the archive FASTA.py with some change, and correct some errors
The first thing is :
the class write_records(records) mising the self
write_records(self, records) corrected
the second thing is :
write(self , record) not support mutable objects with the
following change support mutable objets
data = self.tostring
and this line have one adiional error
before the fixed version, the sentence
before is :
data = self.seq this is not correct because
not exist seq attribute in
Seq.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/octet-stream
Size: 2 bytes
Desc: not available
Url : http://portal.open-bio.org/pipermail/biopython-dev/attachments/20010807/efdc9d5d/attachment.obj
More information about the Biopython-dev
mailing list