🐳 Galaxy Docker repository for preprocessing of NGS data
- Docker for Linux / Windows / OSX
To launch:
docker run --rm -i -t --privileged -p 8080:80 quay.io/bgruening/galaxy-ngs-preprocessing
For persistent data storage:
docker run --rm -i -t --privileged -p 8080:80 -v /home/<username>/export.ngs/:/export quay.io/bgruening/galaxy-ngs-preprocessing
For more details about this command line or specific usage, please consult the
README of the main Galaxy Docker image, on which the current image is based.
- Bjoern Gruening
- Bérénice Batut
You can file an github issue or ask us on the Galaxy development list.