You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a new branch packaging to test this (I'm not that familiar with distributing python packages).
Not sure how does the version dependencies work on python work (I think they are usually set up as exactly as possible and then dealt with environments), but there is a problem with the biopython 1.78 and the Bio.Alphabet we import:
sudo -H python3 -m pip install -e . # On the packaging branch
python3
>>> import cozmic
...
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.
This program is getting some users, so it might be worth to improve it a bit more:
pip
Relevant sources:
The text was updated successfully, but these errors were encountered: