From ebede8966d9247f8d0d0b1273a1f27effc836e1e Mon Sep 17 00:00:00 2001
From: Jeremy Mathews <Jeremy.Mathews@utsouthwestern.edu>
Date: Thu, 30 May 2019 08:02:19 -0500
Subject: [PATCH] Error Check Update Path Name for paired-end

---
 workflow/tests/test_motif_search.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workflow/tests/test_motif_search.py b/workflow/tests/test_motif_search.py
index 5f12ac0..345c77e 100644
--- a/workflow/tests/test_motif_search.py
+++ b/workflow/tests/test_motif_search.py
@@ -39,4 +39,4 @@ def test_limited_peaks_pairedend():
 def test_motif_search_pairedend():
     assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA_memechip',  'ENCSR729LGA.fa'))
     assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA_memechip', 'index.html'))
-    assert os.path.getsize(os.path.join(test_output_path, 'ENCSR238SGC_memechip', 'ENCSR729LGA.fa')) > 0
+    assert os.path.getsize(os.path.join(test_output_path, 'ENCSR729LGA_memechip', 'ENCSR729LGA.fa')) > 0
-- 
GitLab