[Biopython] typo error “source_ersion” , it should be “source_version"
Peter Cock
p.j.a.cock at googlemail.com
Thu Jan 23 15:11:07 UTC 2014
On Thu, Jan 23, 2014 at 2:55 PM, Alan <alanwilter at gmail.com> wrote:
> In https://github.com/biopython/biopython/blob/master/Bio/SeqIO/SeqXmlIO.py
>
> ...
>
> attrs["sourceVersion"] = self.source_ersion
>
>
> Alan
Yes indeed, fixed - thank you:
https://github.com/biopython/biopython/commit/0e23daf8d0d2ad9130479417d77147e794e182be
This highlights that we could do with a few more unit tests on
the annotation side of things in the SeqXML code:
https://github.com/biopython/biopython/blob/master/Tests/test_SeqIO_SeqXML.py
Regards,
Peter
More information about the Biopython
mailing list