WGLab / NanoCaller

Variant calling tool for long-read sequencing data
MIT License
90 stars 8 forks source link

Failed installation #33

Open twesigomwedavid opened 1 year ago

twesigomwedavid commented 1 year ago

Hi, I am trying to download the NanoCaller Docker image but running into the following error

Command: docker pull genomicslab/nanocaller

Error:

Using default tag: latest
Error response from daemon: manifest for genomicslab/nanocaller:latest not found: manifest unknown: manifest unknown
umahsn commented 1 year ago

Hi,

In order to allow better control and reproducibility regarding NanoCaller versions being used, we suggests users to download docker images using release version tag instead of latest tag, as shown here:

VERSION="3.0.0"
docker pull genomicslab/nanocaller:${VERSION}
seymaozturk commented 1 year ago

Hello,

I have problem for installation. I tried to install in my already existed conda environment but couldn't make it. Even though, I created new one, I had the same problem. When I check bin folder under conda environment, I couldn't see nanocaller but could see nanocaller_src. Could you help me with this problem?