選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
LUYAO REN 155cafe7f9 sentieon quality yeild 4年前
..
.gitignore sentieon quality yeild 4年前
LICENSE sentieon quality yeild 4年前
README.md sentieon quality yeild 4年前
fastq.py sentieon quality yeild 4年前
q30.py sentieon quality yeild 4年前

README.md

q30

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

python q30.py <fastq_file_name>

output

('total bases:', 1386659)
('q20 bases:', 1280980)
('q30 bases:', 1232024)
('q20 percents:', 92.37887613320939)
('q30 percents:', 88.84837584438567)
Time used: 0.221389055252