Go to file
Ana Guerrero 8bcb2d1dde Accepting request 1135235 from devel:languages:python:numeric
- update to 1.82:
  * The ``inplace`` argument of ``complement`` and
    ``reverse_complement`` in ``Bio.Seq`` now always default to
    ``False`` both for ``Seq`` and ``MutableSeq`` objects.
    To modify a ``MutableSeq`` in-place, use ``inplace=True``.
  * A new class ``CodonAligner`` was added to ``Bio.Align``. A
    ``CodonAligner`` object can align a nucleotide sequence to the
    amino acid sequence it encodes, using a dynamic programming
    algorithm modeled on ``PairwiseAligner`` to take frame shifts
    into account. The ``CodonAligner`` returns ``Alignment``
    objects.
  * By calling the new ``mapall`` method on an ``Alignment``
    object storing a multiple sequence alignment of amino acid
    sequences, with nucleotide-to-amino acid alignments generated
    by ``CodonAligner`` as the argument, a codon-by-codon
    multiple sequence alignment of nucleotide sequences can be
    obtained. The new submodule ``Bio.Align.analysis`` provides
    functions to estimate synonymous and nonsynonymous mutations
    and to perform the McDonald-Kreitman test on the codon
    multiple sequence alignments. Together, this provides the
    same functionality as the ``Bio.codonalign`` module, but uses
    the standard ``Alignment`` class, and does not rely on regular
    expression searching to align a nucleotide sequence to
    an amino acid sequence.
  * The ``hmmer3-text`` SearchIO format now also extracts the
    similarity string of the parsed alignments.
  * HMMER results with the full path to the hmmer executable in
    the banner are now parsed correctly.
  * We now have basic type hint annotations in various modules
    including ``Seq``, ``SeqRecord``, and ``SeqIO``.

OBS-URL: https://build.opensuse.org/request/show/1135235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-biopython?expand=0&rev=11
2023-12-28 22:01:16 +00:00
.gitattributes Accepting request 605802 from devel:languages:python 2018-05-29 14:47:30 +00:00
.gitignore Accepting request 605802 from devel:languages:python 2018-05-29 14:47:30 +00:00
biopython-1.82.tar.gz - update to 1.82: 2023-12-27 09:27:26 +00:00
python-biopython-rpmlintrc Accepting request 662924 from devel:languages:python:numeric 2019-01-21 09:46:29 +00:00
python-biopython.changes - update to 1.82: 2023-12-27 09:27:26 +00:00
python-biopython.spec - update to 1.82: 2023-12-27 09:27:26 +00:00