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

Fix trim reads input.

parent bf2be6c1
Branches
Tags
No related merge requests found
......@@ -124,7 +124,7 @@ def main():
check_tools()
# Rename fastq files by sample
fastq_rename = rename_reads(fastq, sample paired)
fastq_rename = rename_reads(fastq, sample, paired)
# Run trim_reads
trim_reads(fastq_rename, paired)
......
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