Skip to content

Example Dockerfiles for use with the Sentieon software

License

Notifications You must be signed in to change notification settings

asmlgkj/sentieon-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Sentieon-Docker

Example Dockerfiles for use with the Sentieon software

Requirements

Sentieon's Dockerfiles use multi-stage builds and therfore require Docker 17.05 or later.

Example Usage

Build a container image for a specific version of the Sentieon tools:

git clone https://github.com/Sentieon/sentieon-docker.git
cd sentieon-docker
docker build --build-arg VERSION=202010.02 .
# ...
# Successfully built a1575042a0a6

Run the created container interactively:

$ docker run --rm -it a1575042a0a6 /bin/bash
root@fbcaddc2fb3c:/# sentieon
Thank you for using Sentieon software. Supported commands are:
  bamslice bwa driver fqidx gnuplot licclnt licsrvr plot rcat tnhapfilter umi umiutil util

More information

For additional help with Docker, please see the Docker documentation. For additional help with the Sentieon tools, please visit the Sentieon support page.

About

Example Dockerfiles for use with the Sentieon software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%