A Docker image with NCBI and other popular Bioinformatics tools.
Please note: this is work in progress
- Check BLAST version
docker run --rm -it ncbihackathons/bioinfo_power_tools blastn -version
TODO: Please add other real-world examples.
Please see the TODO file.
A Makefile
is provided to conveniently maintain this docker image. In the
commands below, the value of $X
represents the version of this docker image
to build.
make build VERSION=$X
: builds the docker imagemake publish VERSION=$X
: publishes the image to Docker Hub. Assumesdocker login
was run ahead of time.make check
: performs a sanity check on the most recently built image
- Ben Busby
- Ryan Connor
- Alex Efremov
- Christiam Camacho
- Those who built tools that are not from NCBI
- Those who built tools that are from NCBI
See also https://github.com/ncbi/docker.