From aa328cd4c235db47c2886368d6fc51707ce72119 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Mon, 6 May 2019 11:12:46 -0500 Subject: [PATCH] Update diff peaks. --- workflow/tests/test_diff_peaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/tests/test_diff_peaks.py b/workflow/tests/test_diff_peaks.py index 8782f21..dcf826f 100644 --- a/workflow/tests/test_diff_peaks.py +++ b/workflow/tests/test_diff_peaks.py @@ -44,7 +44,7 @@ def test_diffbind_singleend_multiple_rep(): assert os.path.exists(os.path.join(test_output_path, 'ENCSR238SGC_vs_ENCSR272GNQ_diffbind.bed')) diffbind_file = test_output_path + 'ENCSR238SGC_vs_ENCSR272GNQ_diffbind.csv' assert os.path.exists(diffbind_file) - assert utils.count_lines(diffbind_file) == 197471 + assert utils.count_lines(diffbind_file) == 201217 @pytest.mark.paireddiff -- GitLab