Single cell current best practices tutorial case study for the paper:Luecken and Theis, "Current best practices in single-cell RNA-seq analysis: a tutorial"
to get a head start on my SC analysis adventures I wanted to complete the tutorial.
However, when attempting to pull the container via:
docker pull leanderd/single-cell-analysis
I encountered
Error response from daemon: manifest for leanderd/single-cell-analysis:latest not found: manifest unknown: manifest unknown
The reason for this behaviour is that by default Docker looks for the latest tag if no tag was specified.
However, you only have an explicit tag of 200402. It is pretty much standard to always have a latest tag, which corresponds to the latest release and I would like to suggest to add a latest tag.
Dear @le-ander and @LuckyMD,
to get a head start on my SC analysis adventures I wanted to complete the tutorial. However, when attempting to pull the container via:
I encountered
Error response from daemon: manifest for leanderd/single-cell-analysis:latest not found: manifest unknown: manifest unknown
The reason for this behaviour is that by default Docker looks for the
latest
tag if no tag was specified. However, you only have an explicit tag of200402
. It is pretty much standard to always have a latest tag, which corresponds to the latest release and I would like to suggest to add a latest tag.