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

Installing issue #7

Open
tay45 opened this issue Oct 14, 2021 · 1 comment
Open

Installing issue #7

tay45 opened this issue Oct 14, 2021 · 1 comment

Comments

@tay45
Copy link

tay45 commented Oct 14, 2021

Hello,

I have an installation issue. When running 'conda install --file requirements.txt', I got the PackagesNotFoundError for the 'jellyfish' and 'edlib'. The 'jellyfish' was separately installed via conda, but the 'edlib' was failed to be installed using conda, separately. Instead I installed it via pip3 install edlib. However, when trying to run the tool usding the test datasets, it wasn't properly working. I attacehd the log as below. Could you give some advice to figure out the issue? Thank you.

$ /Users/thkang/TandemTools/tandemquast.py --nano /Users/thkang/TandemTools/test_data/simulated_reads.fasta /Users/thkang/TandemTools/test_data/simulated_polished.fa -o simulated_res
Traceback (most recent call last):
File "/Users/thkang/TandemTools/tandemquast.py", line 12, in
from scripts import polishing
File "/Users/thkang/TandemTools/scripts/polishing.py", line 7, in
from ext_tools.Flye.flye.polishing.polish import polish
File "/Users/thkang/TandemTools/ext_tools/Flye/flye/polishing/polish.py", line 28, in
from scripts.utils import get_ext_tools_dir
File "/Users/thkang/TandemTools/scripts/utils.py", line 12, in
from Bio import SeqIO
ModuleNotFoundError: No module named 'Bio'

@Rashadx86
Copy link

Hi,

I encountered the same installation error for jellyfish and edlib. Adding bioconda and conda-forge to my list of conda repositories did the trick:

conda config --append channels bioconda
conda config --append channels conda-forge

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

No branches or pull requests

2 participants