Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address Biopython deprecation warnings #1379

Merged
merged 3 commits into from Dec 26, 2023
Merged

Commits on Dec 26, 2023

  1. Ensure Biopython deprecation warnings are emitted

    These are useful but suppressed by BCBio.GFF as of version 0.7.0. See
    issue linked in changes.
    victorlin committed Dec 26, 2023
    Copy the full SHA
    05bff35 View commit details
    Browse the repository at this point in the history
  2. Move strand argument from SeqFeature to FeatureLocation

    This was deprecated in Biopython 1.80 and removed in 1.82.¹
    
    ¹ <https://github.com/biopython/biopython/blob/biopython-182/DEPRECATED.rst>
    victorlin committed Dec 26, 2023
    Copy the full SHA
    a3df38d View commit details
    Browse the repository at this point in the history
  3. Update changelog

    victorlin committed Dec 26, 2023
    Copy the full SHA
    2553d4e View commit details
    Browse the repository at this point in the history