Skip to content
Snippets Groups Projects
Commit d716364d authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Fix PE annotate peaks assertion in pytest

parent b880088c
No related merge requests found
...@@ -41,4 +41,4 @@ def test_upsetplot_pairedend(): ...@@ -41,4 +41,4 @@ def test_upsetplot_pairedend():
def test_annotation_pairedend(): def test_annotation_pairedend():
annotation_file = test_output_path + 'ENCSR729LGA.chipseeker_annotation.tsv' annotation_file = test_output_path + 'ENCSR729LGA.chipseeker_annotation.tsv'
assert os.path.exists(annotation_file) assert os.path.exists(annotation_file)
assert utils.count_lines(annotation_file) >= 25494 assert utils.count_lines(annotation_file) >= 25466
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