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

update path to trim file.

parent 9acca710
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ import os
def test_trim_reads_singleend():
raw_fastq = os.path.dirname(os.path.abspath(__file__)) + \
'/../../test_data/ENCFF833BLU_fastq.gz'
'/../../test_data/ENCFF833BLU.fastq.gz'
trimmed_fastq = os.path.dirname(os.path.abspath(__file__)) + \
'/../output/trimReads/ENCFF833BLU_trimmed.fq.gz'
trimmed_fastq_report = os.path.dirname(os.path.abspath(__file__)) + \
......
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