Skip to content

Error in DeepRepeat installation #14

@yuanxiaoprc

Description

@yuanxiaoprc

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions