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

Deprecation #24

Open
anmolseth00 opened this issue Jun 24, 2024 · 0 comments
Open

Deprecation #24

anmolseth00 opened this issue Jun 24, 2024 · 0 comments

Comments

@anmolseth00
Copy link

anmolseth00 commented Jun 24, 2024

There are a few outdated lines of code which need to be updated. The specific warnings in question -

  • CodonUsageIndices.py throws the following error: BiopythonDeprecationWarning: This module has been DEPRECATED. Please use the CodonAdaptationIndex class in Bio.SeqUtils instead.
  • CodonUsage.py also throws the same error: BiopythonDeprecationWarning: This module has been DEPRECATED. Please use the CodonAdaptationIndex class in Bio.SeqUtils instead.
  • main.py throws the following error: PydanticDeprecatedSince20: The parse_objmethod is deprecated; usemodel_validate instead. Deprecated in Pydantic V2.0 to be removed in V3.0.
  • optimize.py doesn't seem to like the " \ | " string when printing out the logo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant