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
I've tried to run the tool with no arguments, but I get this error:
$ iss
Traceback (most recent call last):
File "/home/adm2/anaconda3/envs/iss/bin/iss", line 5, in<module>
from iss.app import main
File "/home/adm2/anaconda3/envs/iss/lib/python3.8/site-packages/iss/app.py", line 8, in<module>
from iss import generator
File "/home/adm2/anaconda3/envs/iss/lib/python3.8/site-packages/iss/generator.py", line 9, in<module>
from Bio.Alphabet import IUPAC
File "/home/adm2/anaconda3/envs/iss/lib/python3.8/site-packages/Bio/Alphabet/__init__.py", line 20, in<module>
raise ImportError(
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.
looks like pip installs Biopython 1.78 which doesn't support Bio.Alphabet anymore (https://biopython.org/wiki/Alphabet). I managed to downgrade Biopython and have the tool running but installation files should specify a Biopython <1.78.
Great tool anyway :)
Domenico
The text was updated successfully, but these errors were encountered:
Hi Hadrien,
I've just installed InSilicoSeq through pip (v20.2.2) in a conda environment. This is the installation output:
I've tried to run the tool with no arguments, but I get this error:
looks like pip installs Biopython 1.78 which doesn't support Bio.Alphabet anymore (https://biopython.org/wiki/Alphabet). I managed to downgrade Biopython and have the tool running but installation files should specify a Biopython <1.78.
Great tool anyway :)
Domenico
The text was updated successfully, but these errors were encountered: