Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 462 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 462 Bytes

galaxy-training

Galaxy Docker image prepared for simple Galaxy tutorial.

Image based on bgruening/docker-galaxy-stable and bgruening/galaxy-exom-seq.

Usage

Create image:

docker build -t nuada/galaxy-training .

Create container:

docker run -d --name galaxy --volume=/resources:/resources nuada/galaxy-training