artnasamran / q30

A simple script to calculate q20/q30 percentages of a fastq file (can be gzipped)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

q30

A script to count total sequences and number of sequences with average Q >=30 of a fastq file (can be gzipped).

python q30.py <fastq_file_name> <output_file_name>

output

<file_name>
total sequences: X
q30 reads: Y

About

A simple script to calculate q20/q30 percentages of a fastq file (can be gzipped)

License:MIT License


Languages

Language:Python 100.0%