forked from lh3/readfq
-
Notifications
You must be signed in to change notification settings - Fork 7
billzt/readfq
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a simple tool to calculate reads number and total base count in FASTQ file. Modified from http://lh3lh3.users.sourceforge.net/parsefastq.shtml. Compile: gcc -o kseq_fastq_base kseq_fastq_base.c -lz Usage: kseq_fastq_base [input.fq] FASTQ files could be gzipped! ^_^. The statistic results would be printed on STDOUT. It could deal with ~4M reads (1G base) in less than 40 seconds, ~50M reads (14G base) in less than 5 minutes!!!
About
A simple tool to calculate reads number and total base count in FASTQ file
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 100.0%