From 8e6109d91ee72e7f99338da6b965e30a8e61a76f Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 19 Jun 2013 00:07:06 -0700 Subject: [PATCH] Add missing man page (fixes #5) --- doc/fastq-qscale.1 | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 doc/fastq-qscale.1 diff --git a/doc/fastq-qscale.1 b/doc/fastq-qscale.1 new file mode 100644 index 0000000..bccf4db --- /dev/null +++ b/doc/fastq-qscale.1 @@ -0,0 +1,39 @@ +.TH FASTQ-QSCORE 1 + +.SH NAME +fastq-qscore - detect a files quality score encoding + +.SH SYNOPSIS +.B fastq-qscore [OPTION]... [FILE]... + +.SH DESCRIPTION +The program looks inspects a FASTQ file to try to determine the quality score +encoding used. Specifically, it will classify a file as one of: + +Sanger/Phred+33 +.br +Illumina 1.8/Phred+33 +.br +Illumina 1.5/Phred+64 +.br +Illumina 1.3/Phred+64 +.br +Solexa/Solexa+64 + +The program is modeled roughly after the Unix file command, which inspects files +to determine their type. + + +.SH OPTIONS +.TP +\fB\-h\fR, \fB\-\-help\fR +Output a help message and exit. +.TP +\fB\-V\fR, \fB\-\-version\fR +Output version information and exit. + + +.SH AUTHOR +Written by Daniel C. Jones + + -- 2.39.2