Happy New Year EukRep team!
I have installed EukRep onto my Mac OSX 10.14.6 using
conda create -y -n eukrep -c bioconda scikit-learn==0.19.2 eukrep
I cloned the EukRep git repository and added its directory to my path.
I am trying to run EukRep for the first time and am getting an Import Error:
EukRep -i assembly.fa -o euk_contigs.fa --min 1000 --prokarya pro_contigs.fa
Traceback (most recent call last):
File "/Users/Owl/opt/anaconda3/envs/eukrep/bin/EukRep", line 12, in
import EukRep.EukRep as EukRep
ImportError: No module named EukRep.EukRep
I'm hoping this is an easy fix. Thanks for your guidance!
René
Happy New Year EukRep team!
I have installed EukRep onto my Mac OSX 10.14.6 using
conda create -y -n eukrep -c bioconda scikit-learn==0.19.2 eukrepI cloned the EukRep git repository and added its directory to my path.
I am trying to run EukRep for the first time and am getting an Import Error:
EukRep -i assembly.fa -o euk_contigs.fa --min 1000 --prokarya pro_contigs.faI'm hoping this is an easy fix. Thanks for your guidance!
René