Skip to content

refinery-platform/refinery-higlass-docker

Repository files navigation

"Refinery-ified" flavor of the higlass-docker (https://github.com/hms-dbmi/higlass-docker/) project

Pre-Reqs:

  • docker
  • git
  • python 3

Running tests:

  • pip install -r requirements-test.txt
  • python tests.py
  • With code coverage: coverage run tests.py
Ran 9 tests in 47.260s

OK
Cleaning up TestContainerRunner containers...

Releases:

  • git tag -a vX.X.X && git push --tags
  • A new docker image will be built and tagged with the corresponding tag