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
After cloning kleborate I try to run it and I get the following error
Any help would be great
Thank you
María
./kleborate-runner.py [20:09:31]
Traceback (most recent call last):
File "./kleborate-runner.py", line 18, in
from kleborate.main import main
File "/home/mperezv/Kleborate/kleborate/main.py", line 29, in
from .mlstBLAST import mlst_blast
File "/home/mperezv/Kleborate/kleborate/mlstBLAST.py", line 28, in
from .truncation import truncation_check
File "/home/mperezv/Kleborate/kleborate/truncation.py", line 15, in
from Bio.Seq import Seq
ModuleNotFoundError: No module named 'Bio'
The text was updated successfully, but these errors were encountered:
After cloning kleborate I try to run it and I get the following error
Any help would be great
Thank you
María
./kleborate-runner.py [20:09:31]
Traceback (most recent call last):
File "./kleborate-runner.py", line 18, in
from kleborate.main import main
File "/home/mperezv/Kleborate/kleborate/main.py", line 29, in
from .mlstBLAST import mlst_blast
File "/home/mperezv/Kleborate/kleborate/mlstBLAST.py", line 28, in
from .truncation import truncation_check
File "/home/mperezv/Kleborate/kleborate/truncation.py", line 15, in
from Bio.Seq import Seq
ModuleNotFoundError: No module named 'Bio'
The text was updated successfully, but these errors were encountered: