Skip to content

Commit

Permalink
Fix issue biosustain#9
Browse files Browse the repository at this point in the history
Bio.Alphabet has been removed from Biopython and prevents the tool from running with up to date systems
  • Loading branch information
pmaen authored Aug 25, 2022
1 parent c2be2cf commit c18e212
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion co/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from functools import reduce
import logging

from Bio import Alphabet
from Bio.Seq import Seq
import operator
from Bio.SeqFeature import FeatureLocation, SeqFeature
Expand Down

0 comments on commit c18e212

Please sign in to comment.