Hi,
I've installed strainscan on my computer using the following commands:
conda create --name strainscan --platform osx-64 python=3.7.3
pip install strainscan
I've not actually tried the commands, but when I run
I see the output. However, when I run
The following error appears:
Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniconda/base/envs/strainscan/bin/strainscan_build", line 5, in <module>
from StrainScan.StrainScan_build import main
File "/opt/homebrew/Caskroom/miniconda/base/envs/strainscan/lib/python3.7/site-packages/StrainScan/StrainScan_build.py", line 9, in <module>
from library import Cluster,Unique_kmer_detect_direct,Build_kmer_sets_unique_region_lasso_test_allinone_sp,select_rep,Build_overlap_matrix_sp,Build_overlap_matrix_sp_jellyfish,Build_tree,Build_tree_mem
File "/opt/homebrew/Caskroom/miniconda/base/envs/strainscan/lib/python3.7/site-packages/StrainScan/library/Unique_kmer_detect_direct.py", line 8, in <module>
import seqpy
ModuleNotFoundError: No module named 'seqpy'
Any clues on how to solve this?
Many thanks!
Hi,
I've installed strainscan on my computer using the following commands:
I've not actually tried the commands, but when I run
I see the output. However, when I run
The following error appears:
Any clues on how to solve this?
Many thanks!