Sign inSign up

rsettlag/star

By rsettlag

Updated over 5 years ago

STAR genome aligner

Image
0

230

rsettlag/star repository overview

ARC bio-containers

This repo is for Dockerfiles for ARC Docker (ultimately Singularity) containers. I am using tagging to control DockerHub builds.

Each software package container is in its own subdirectory. The git process is something like this:

  • git add canu/Dockerfile.2.1.1
  • git tag -f -a "canu" -m "updating Canu to 2.1.1"
  • git commit -m "updating Canu to 2.1.1""
  • git push
  • git push -f --tags

In Dockerhub, for the example above, the build actions are set to:

a) use tags, source = main (or master)
b) build context is the subdirectory, /canu in the above (no trailing /)
c) the Dockerfile extension is the version, ie 2.1.1 above

Tag summary

Content type

Image

Digest

Size

640.6 MB

Last updated

over 5 years ago

docker pull rsettlag/star