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

Fix syntax.

parent 32e90024
Branches
Tags
1 merge request!12Resolve "Pool and Pseudoreplication"
......@@ -153,7 +153,7 @@ def main():
check_design_headers(design_df, paired)
check_controls(design_df)
check_replicates(design_df)
new_design_df = check_files(design_file, fastq_df, paired)
new_design_df = check_files(design_df, fastq_df, paired)
# Write out new design file
new_design_df.to_csv('design.tsv', header=True, sep='\t', index=False)
......
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