Skip to content
Snippets Groups Projects
Commit 0ee7bca0 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix naming schema of xcor.

parent bbeb4524
Branches
Tags
1 merge request!13Resolve "Add in Macs2 support"
......@@ -8,7 +8,7 @@ import shutil
import logging
from multiprocessing import cpu_count
import utils
from xcor import xcor
from xcor import xcor as calcualte_xcor
EPILOG = '''
For more details:
......@@ -256,7 +256,7 @@ def main():
# Calculate Cross-correlation if not already calcualted
if xcor == 'Calculate':
xcor_file = xcor(tag, paired)
xcor_file = calculate_xcor(tag, paired)
else:
xcor_file = xcor
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment