Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 911 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 911 Bytes

"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