ncbi / rapt

Read Assembly and Annotation Pipeline Tool
57 stars 17 forks source link

RAPT Running Problem #13

Open SerenaOwens opened 2 years ago

SerenaOwens commented 2 years ago

I have a docker installed and whenever I run the code "python3 ./run_rapt.py --test" I get an error that says "docker: Error response from daemon: manifest for ncbi/rapt:v0.3.0 not found: manifest unknown." How should I fix this error?

thibaudnis commented 2 years ago

Sorry for the inconvenience! v0.3.0 is not available anymore. Please download RAPT again using the directions on our wiki: curl -sSLo rapt.tar.gz https://github.com/ncbi/rapt/releases/download/v0.5.1/rapt-v0.5.1.tar.gz Thanks!