From d716364d2247c7a27a1e22f3db7e6a79531da691 Mon Sep 17 00:00:00 2001 From: Jeremy Mathews <Jeremy.Mathews@utsouthwestern.edu> Date: Thu, 1 Aug 2019 07:44:15 -0500 Subject: [PATCH] Fix PE annotate peaks assertion in pytest --- workflow/tests/test_annotate_peaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/tests/test_annotate_peaks.py b/workflow/tests/test_annotate_peaks.py index e43a63c..22e1d78 100644 --- a/workflow/tests/test_annotate_peaks.py +++ b/workflow/tests/test_annotate_peaks.py @@ -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 -- GitLab