WGLab/NanoCaller

Failed installation

Opened this issue · 2 comments

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

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}

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?