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

Add in place holders for testing trim reads.

parent cc0b8e05
Branches
Tags
1 merge request!5Resolve "Add mapping and trimming"
#!/usr/bin/env python3
import pytest
import os
import gzip
def test_trim_reads_singleend():
# assert os.path.getsize('sample1_R1.fastq.gz') != os.path.getsize('sample1_R1.trim.fastq.gz')
# check the size of the lines using
# a = sum(1 for _ in gzip.open('input_2.small_R1.fastq.gz'))
pass
def test_trim_reads_pairedend():
# Do the same thing for paired end data
pass
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