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
1 merge request!20Resolve "Use SampleIds/ Experiment Id as file names throughtout pipeline"
Pipeline #2812 failed with stages
in 4 minutes and 3 seconds
......@@ -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