Bump biopython from 1.81 to 1.83
Bumps biopython from 1.81 to 1.83.
Changelog
Sourced from biopython's changelog.
10 January 2024: Biopython 1.83
This release of Biopython supports Python 3.8, 3.9, 3.10, 3.11 and 3.12. It has also been tested on PyPy3.9 v7.3.13. Python 3.8 is approaching end of life, our support for it is now deprecated.
This release reverts the removal of the
.strand,.ref, and.ref_dbattributes of theSeqFeaturewhich was done without a deprecation period. They are again aliases for.location.strandetc, but trigger deprecation warnings.22 December 2023: Biopython 1.82
This release of Biopython supports Python 3.8, 3.9, 3.10, 3.11 and 3.12. It has also been tested on PyPy3.8 v7.3.11.
[NOTE: This release unfortunately removed the
.strand,.ref, and.ref_dbattributes of theSeqFeaturewithout a deprecation period. This has been addressed in Biopython 1.83, which restores them but starts the formal deprecation cycle.]The
inplaceargument ofcomplementandreverse_complementinBio.Seqnow always default toFalseboth forSeqandMutableSeqobjects. To modify aMutableSeqin-place, useinplace=True.A new class
CodonAlignerwas added toBio.Align. ACodonAlignerobject can align a nucleotide sequence to the amino acid sequence it encodes, using a dynamic programming algorithm modeled onPairwiseAlignerto take frame shifts into account. TheCodonAlignerreturnsAlignmentobjects. By calling the newmapallmethod on anAlignmentobject storing a multiple sequence alignment of amino acid sequences, with nucleotide-to-amino acid alignments generated byCodonAligneras the argument, a codon-by-codon multiple sequence alignment of nucleotide sequences can be obtained. The new submoduleBio.Align.analysisprovides 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 theBio.codonalignmodule, but uses the standardAlignmentclass, and does not rely on regular expression searching to align a nucleotide sequence to an amino acid sequence.The
hmmer3-textSearchIO format now also extracts the similarity string of the parsed alignments. This value is available under the 'similarity' key of thealn_annotationattribute of each HSP, the same as how it is done in other SearchIO formats.HMMER results with the full path to the hmmer executable in the banner are now parsed correctly. This should help Windows users and users with python installations in non-default locations.
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)