WGLab / DeepRepeat

An accurate repeat detection from Nanopore data using deep learning and image techniques
Other
19 stars 4 forks source link

Error in DeepRepeat installation #14

Open yuanxiao1988 opened 1 year ago

yuanxiao1988 commented 1 year ago

Recently, errors occured when I was trying to use DeepRepeat.

(1) When I installed DeepRepeat with docker followed the instruction in GitHub, it showed:

Sending build context to Docker daemon 28.43MB Step 1/20 : FROM continuumio/miniconda3 ---> a101d1f8cd1c Step 2/20 : USER root ---> Using cache ---> e526e44157f8 Step 3/20 : WORKDIR /app ---> Using cache ---> 2c2bdf9da57c Step 4/20 : SHELL [ "/bin/bash", "--login", "-c" ] ---> Using cache ---> 760436af9561 Step 5/20 : COPY ./DeepRepeat/bin/ ./ COPY failed: file not found in build context or excluded by .dockerignore: stat DeepRepeat/bin/: file does not exist**

(2) When I ran DeepRepeat in conda environment after successful installation, it showed:

Traceback (most recent call last): File "DeepRepeat.py", line 17, in from scripts import Repeat_CNN_Prediction_motif_gen2 ImportError: cannot import name 'Repeat_CNN_Prediction_motif_gen2'

Could you please help me to fix these issues. Thank you so much!