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

Use older version of biopython. #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use older version of biopython. #16

wants to merge 1 commit into from

Conversation

digithed
Copy link
Contributor

@digithed digithed commented Dec 15, 2023

biopython versions newer than 1.7.7 seem to cause the following error with the synbio library:

"ImportError: Bio.Alphabet has been removed from Biopython. In many cases, the alphabet can simply be ignored and removed from scripts. In a few cases, you may need to specify the molecule_type as an annotation on a SeqRecord for your script to work correctly. Please see https://biopython.org/wiki/Alphabet for more information."

In the future the code should be refactored to remove using Bio.Alphabet although for now I'm fixing the biopython version to get things back to working order.

@digithed digithed requested a review from jjti December 15, 2023 20:39
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

Successfully merging this pull request may close these issues.

None yet

1 participant