Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloacera committed Feb 22, 2019
1 parent 26f5934 commit 40fcb1e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,21 @@ Create the Python environment

pyenv-virtualenv 2.7.10 CHi-C
pip install --editable .

Tests
-----

Tests must be runned from the top directory.
Test for single tools are runned with pytest, example: $pytest tests/test_rmap_tool.py
There is an order to run single tests:
- test_rmap_tool.py
- test_baitmap.py
- test_design.py
- test_hicup.py
- test_bam2chicago.py
- test_pyCHiC.py

To run all test type: $python tests/test_toolchains.py

IMPORTANT! From the top directory type ./tidy_data before running tests/test_toolchains.py

0 comments on commit 40fcb1e

Please sign in to comment.