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

Add return back to xcor.

parent f6de14de
Branches
Tags
No related merge requests found
......@@ -26,7 +26,7 @@ logger.setLevel(logging.INFO)
# strip_extensions strips from the right inward, so
# the expected right-most extensions should appear first (like .gz)
# Modified from J. Seth Strattan
STRIP_EXTENSIONS = ['.gz', '.tagAlign', '.bedse', 'bedpe']
STRIP_EXTENSIONS = ['.gz', '.tagAlign', '.bedse', '.bedpe']
def get_args():
......@@ -113,6 +113,8 @@ def xcor(tag, paired):
cc_plot_filename, cc_scores_filename)
])
return cc_scores_filename
def main():
......
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