8 Putting It All Together
8.1 A Challenge in Python
This file SRR020192.fastq.gz contains next generation sequencing reads in fastq
format.
Write a Python script that uses the BioPython package to
- Count the reads in the
fastq
file - Filter out low-quality reads from the
fastq
file - Calculate how many reads are retained
- Use at least one user-defined function