]> git.donarmstrong.com Git - fastq-tools.git/blob - doc/fastq-qualadj.1
Fix linker error for fastq-sample. (fixes #4)
[fastq-tools.git] / doc / fastq-qualadj.1
1 .TH FASTQ-GREP 1
2
3 .SH NAME
4 fastq-qualadj - adjust quality scores by a fixed offset
5
6 .SH SYNOPSIS
7 .B fastq-grep [OPTION]... OFFSET [FILE]...
8
9 .SH DESCRIPTION
10 The given offset is added to each and every quality score, where the offset may
11 be negative. This helps in converting from one scale to another. For example, to
12 convert reads in Phred+64 (Illumina 1.3) scale to the Phred+33 scale, on offset
13 of -31 can be specified.
14
15 One ore more FILEs may be specified, otherwise input is read from standard input.
16 Input files may be gziped.
17
18 .SH OPTIONS
19 .TP
20 \fB\-h\fR, \fB\-\-help\fR
21 Output a help message and exit.
22 .TP
23 \fB\-V\fR, \fB\-\-version\fR
24 Output version information and exit.
25
26 .SH AUTHOR
27 Written by Daniel C. Jones <dcjones@cs.washington.edu>
28