From ac502364e550edae3e7bf17cd625c5e6116c22b5 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Thu, 12 Mar 2020 20:37:58 -0500 Subject: [PATCH] Fix silly error in align unit ci pytest --- workflow/tests/test_alignReads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/tests/test_alignReads.py b/workflow/tests/test_alignReads.py index fb5316c..4f7bc79 100644 --- a/workflow/tests/test_alignReads.py +++ b/workflow/tests/test_alignReads.py @@ -20,4 +20,4 @@ def test_alignData_se(): def test_alignData_pe(): assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.pe.unal.gz')) assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.pe.sorted.bam')) - assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.pe.bam.sorted.bai')) + assert os.path.exists(os.path.join(data_output_path, 'Q-Y5JA_1M.pe.sorted.bai')) -- GitLab