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
1 merge request!57Resolve "annotate peaks"
Pipeline #4598 passed with stages
in 19 hours, 45 minutes, and 10 seconds
......@@ -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) >= 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