-
Notifications
You must be signed in to change notification settings - Fork 128
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
CI failing with new BioPython deprecation warning #1727
Comments
(What a nice error message though!) |
The status quo for both Biopython and Augur has been to support comments in FASTA files. With version 1.85, Biopython is switching things up. Our options are:
I think (2) is the way to go. |
Or don't pin but use feature/version detection to use |
Here's the full deprecation announcement (unfortunately hidden in DEPRECATED.rst and not at all mentioned in the release notes): https://github.com/biopython/biopython/blob/e8d27e912ee8c9e75483728f6ac8094713563c1d/DEPRECATED.rst#bioseqiofastaio
I agree this is the way to go. We have no reason to change.
|
Thanks for the reviews @corneliusroemer. I'll try to address things properly in #1730 and #1731, which means bigger changes in code rather than a quick fix. In the meantime, can we disable the failing test to improve usefulness of CI? |
First appeared on today's scheduled run:
Timing aligns with yesterday's release of Biopython version 1.85 (changes).
The text was updated successfully, but these errors were encountered: