Skip to content
Snippets Groups Projects
Commit 6d4a7258 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix overlap peaks peak count.

parent 119136ab
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@ def test_check_update_design(design_diff):
def test_overlap_peaks_singleend():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR238SGC.rejected.narrowPeak'))
peak_file = test_output_path + 'ENCSR238SGC.replicated.narrowPeak'
assert utils.count_lines(peak_file) == 150096
assert utils.count_lines(peak_file) == 150302
def test_call_peaks_macs_pairedend():
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment