g2nb/lab
Combining the accessibility and capabilities of Jupyter with the most popular genomics platforms
10K+
g2nb combines the accessibility and research narrative capabilities of Jupyter with the genomics tools available in Galaxy, GenePattern, and other popular bioinformatics platforms, adding many features for ease of use by non-programming scientists.
This image is based on Jupyter Stacks. To use it, first pull the image and then run it, mapping port 8888 to an outside port. To preserve your files between runs, map /home/jovyan
to a directory on the host
docker pull g2nb/lab
docker run --rm -p 8888:8888 -v ~:/home/jovyan g2nb/lab
This project is open source under the BSD-3-Clause license. You can find the complete code under our GitHub organization.
docker pull g2nb/lab