Commits on Aug 27, 2015
  1. add CMD

    chrishah committed Aug 27, 2015
Commits on Aug 26, 2015
Commits on Jul 20, 2015
  1. Provided a helper script for passing JVM args to docker.

    Also added a docker ignore
    bradtaylor committed Jul 17, 2015
Commits on Jul 17, 2015
  1. Changes to picard Dockerfile

    Build it from source directly, instead of relying on jar to exist. Should allow dockerhub to build the image
    bradtaylor committed Jul 17, 2015
Commits on Jul 15, 2015
  1. Added a dockerfile to picard

    Build an image:
    docker build -t picard .
    
    Run a tool
    docker run picard IntervalListTools
    bradtaylor committed Jul 15, 2015