]> git.donarmstrong.com Git - fastq-tools.git/commit
A program to randomly sample reads from a fastq file.
authorDaniel Jones <dcjones@cs.washington.edu>
Tue, 25 Oct 2011 20:45:51 +0000 (13:45 -0700)
committerDaniel Jones <dcjones@cs.washington.edu>
Tue, 25 Oct 2011 20:45:51 +0000 (13:45 -0700)
commit55b423636a17f6477e090dc670064cb8263e119c
tree4d65d268a7070cf80b79cce0fd13179328e55a05
parent5bca95e46fd60d4308c610103b5996f1ae2980c9
A program to randomly sample reads from a fastq file.
configure.ac
doc/Makefile.am
doc/fastq-sample.1 [new file with mode: 0644]
src/Makefile.am
src/fastq-sample.c [new file with mode: 0644]
src/parse.c
src/parse.h
src/rng.c [new file with mode: 0644]
src/rng.h [new file with mode: 0644]