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

Add in extension to other functions.

parent de67f536
Branches
Tags
1 merge request!1525 pairedend qc
Pipeline #2718 failed with stages
in 4 hours, 31 minutes, and 11 seconds
......@@ -164,7 +164,7 @@ def main():
design_df = pd.read_csv(design, sep='\t')
# Run correlation
mbs_filename = generate_read_summary(design_df)
mbs_filename = generate_read_summary(design_df, extension)
check_correlation(mbs_filename)
# Run coverage
......@@ -177,7 +177,8 @@ def main():
row['sample_id'],
row['control_id'],
row['bam_reads'],
row['control_reads'])
row['control_reads'],
extension)
if __name__ == '__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