Creates a Docker container wrapping MultiQC as a Refinery visualization.
After you checkout the repo you can build and run the docker container:
$ ./build.sh
$ ./run_path.sh fixtures/good-input.json
Or you can run tests:
$ ./test.sh
Successful Github tags and PRs will prompt Travis to push the built image to Dockerhub. For a new version number:
$ git tag v0.0.x && git push origin --tags