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

Update number of peaks.

parent 12a58779
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@ def test_annotate_peaks_singleend():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR238SGC.chipseeker_upsetplot.pdf'))
annotation_file = test_output_path + 'ENCSR238SGC.chipseeker_annotation.csv'
assert os.path.exists(annotation_file)
assert utils.count_lines(annotation_file) == 149820
assert utils.count_lines(annotation_file) == 152840
@pytest.mark.pairedend
......
......@@ -37,7 +37,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) == 149828
assert utils.count_lines(peak_file) == 152848
@pytest.mark.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