Image containing readcount and some utility files
50K+
Image containing bam-readcount and some extra files, for use in cwl workflows
To update, build and push image:
#create a branch for the new version based on the most recent version
git clone griffithlab/bam_readcount_helper-cwl:1.2.1
cd bam_readcount_helper-cwl
git checkout 1.2.0
git checkout -b 1.2.1
#make updates to the dockerfile
#...
#build the updated docker image
docker build -t griffithlab/bam_readcount_helper-cwl:1.2.1 .
#login to the docker image to test locally
docker run --rm -it --entrypoint /bin/bash griffithlab/bam_readcount_helper-cwl:1.2.1
#push the image to a dockerhub repo for testing
docker login
docker push griffithlab/bam_readcount_helper-cwl:1.2.1
One testing is complete, push the git branch to the genome repository.
Once the branch is pushed an automated dockerbuild should happen that creates an image in the mgibio dockerhub:
https://hub.docker.com/r/mgibio/bam_readcount_helper-cwl/tags
Content type
Image
Digest
sha256:fe47a15c0…
Size
474.9 MB
Last updated
over 1 year ago
docker pull mgibio/bam_readcount_helper-cwl:1.2.1Pulls:
227
Last week