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

Fix variable name.

parent d3003427
Branches
Tags
1 merge request!20Resolve "Use SampleIds/ Experiment Id as file names throughtout pipeline"
...@@ -89,7 +89,7 @@ def rename_reads(fastq, sample, paired): ...@@ -89,7 +89,7 @@ def rename_reads(fastq, sample, paired):
# Great symbolic links # Great symbolic links
os.symlink(fastq[0], renamed_fastq[0]) os.symlink(fastq[0], renamed_fastq[0])
return fastq_rename return renamed_fastq
def trim_reads(fastq, paired): def trim_reads(fastq, 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