From 4da6aee0e9531e83177c0218bd2ae06bf11a8c29 Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Fri, 17 Nov 2017 07:12:45 -0600
Subject: [PATCH] Fix typo of alias of scor function.

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

diff --git a/workflow/scripts/call_peaks_macs.py b/workflow/scripts/call_peaks_macs.py
index 7bcd8fa..1d056c8 100644
--- a/workflow/scripts/call_peaks_macs.py
+++ b/workflow/scripts/call_peaks_macs.py
@@ -8,7 +8,7 @@ import shutil
 import logging
 from multiprocessing import cpu_count
 import utils
-from xcor import xcor as calcualte_xcor
+from xcor import xcor as calculate_xcor
 
 EPILOG = '''
 For more details:
-- 
GitLab