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

Fix test peaks.

parent 96069f62
Branches
Tags
No related merge requests found
...@@ -25,4 +25,4 @@ def test_annotate_peaks_pairedend(): ...@@ -25,4 +25,4 @@ def test_annotate_peaks_pairedend():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA.chipseeker_upsetplot.pdf')) assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA.chipseeker_upsetplot.pdf'))
annotation_file = test_output_path + 'ENCSR729LGA.chipseeker_annotation.csv' annotation_file = test_output_path + 'ENCSR729LGA.chipseeker_annotation.csv'
assert os.path.exists(annotation_file) assert os.path.exists(annotation_file)
assert utils.count_lines(annotation_file) == 25614 assert utils.count_lines(annotation_file) == 25391
...@@ -44,4 +44,4 @@ def test_overlap_peaks_singleend(): ...@@ -44,4 +44,4 @@ def test_overlap_peaks_singleend():
def test_overlap_peaks_pairedend(): def test_overlap_peaks_pairedend():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA.rejected.narrowPeak')) assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA.rejected.narrowPeak'))
peak_file = test_output_path + 'ENCSR729LGA.replicated.narrowPeak' peak_file = test_output_path + 'ENCSR729LGA.replicated.narrowPeak'
assert utils.count_lines(peak_file) == 25878 assert utils.count_lines(peak_file) == 25655
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