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

Change overlap peaks back to original.

parent 65749462
Branches
Tags
No related merge requests found
......@@ -41,4 +41,4 @@ def test_upsetplot_pairedend():
def test_annotation_pairedend():
annotation_file = test_output_path + 'ENCSR729LGA.chipseeker_annotation.tsv'
assert os.path.exists(annotation_file)
assert utils.count_lines(annotation_file) == 25834
assert utils.count_lines(annotation_file) == 25494
......@@ -44,4 +44,4 @@ def test_overlap_peaks_singleend():
def test_overlap_peaks_pairedend():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA.rejected.narrowPeak'))
peak_file = test_output_path + 'ENCSR729LGA.replicated.narrowPeak'
assert utils.count_lines(peak_file) == 26100
assert utils.count_lines(peak_file) == 25758
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