mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 06:03:10 +00:00
d40cbb5e58
Co-authored-by: Gisela Gabernet <gisela.gabernet@gmail.com>
882 B
882 B
Updating the docker container and making a new module release
Space Ranger is a commercial tool by 10X Genomics. The container provided for the spaceranger nf-core module is not provided nor supported by 10x Genomics. Updating the Space Ranger version in the container and pushing the update to Dockerhub needs to be done manually.
-
Navigate to the Space Ranger download page and download the tar ball of the desired Space Ranger version with
curl
orwget
. Place this file in the same folder where the Dockerfile lies. -
Edit the Dockerfile: update the Cell Ranger version in this line:
ENV SPACERANGER_VER <VERSION>
-
Create the container:
docker build . -t nfcore/spaceranger:<VERSION> docker push nfcore/spaceranger:<VERSION>