Skip to content
 
 

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seqstats

Seqstats is a small tool written in C on top of the excellent klib library by Heng Li. It provides general summary statistics of both read and assembly files. It can read fastq and fasta files, either gzipped or plain.

Get it!

git clone --recursive https://github.com/clwgg/seqstats

cd seqstats
make

Usage

You can directly supply seqstats with (gzipped) fasta and fastq files. If you want to input multiple files, cat-pipe them into seqstats and use “-” to symbolize to seqstats to read from STDIN.

seqstats infile.fasta
seqstats infile.fa.gz

seqstats infile.fastq
seqstats infile.fq.gz

cat in1.fq.gz in2.fq.gz > seqstats -
cat chr*.fa > seqstats -

About

Quick summary statistics on fasta/fastq(.gz) files

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages