Go to file
Dirk Mueller 34b75af993 - update to 1.84:
* The old parser stores information in a
    Bio.Blast.NCBIXML.Blast object, with attribute names based on
    plain-text Blast output. The new parser stores information in
    a Bio.Blast.Record object. This class follows the DTD that
    describes the XML in terms of attribute names and dictionary
    key names, class structure, and object types. This makes it
    easier to find the detailed description of each field in the
    NCBI Blast documentation.
  * The old parser stores alignment information directly as seen
    in the BLAST XML output, i.e. as strings with dashes to
    represent gaps. The new parser stores the alignment
    information as a Bio.Align.Alignment object, which can then
    be used to e.g. print the alignment in a different format.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-biopython?expand=0&rev=25
2024-10-10 15:36:57 +00:00
.gitattributes - update to 1.84: 2024-10-10 15:36:57 +00:00
.gitignore - update to 1.84: 2024-10-10 15:36:57 +00:00
biopython-1.83.tar.gz - update to 1.84: 2024-10-10 15:36:57 +00:00
biopython-1.84.tar.gz - update to 1.84: 2024-10-10 15:36:57 +00:00
python-biopython-rpmlintrc - update to 1.84: 2024-10-10 15:36:57 +00:00
python-biopython.changes - update to 1.84: 2024-10-10 15:36:57 +00:00
python-biopython.spec - update to 1.84: 2024-10-10 15:36:57 +00:00