]> git.donarmstrong.com Git - fastq-tools.git/blob - doc/fastq-grep.1
man pages
[fastq-tools.git] / doc / fastq-grep.1
1 .TH FASTQ-GREP 1
2
3 .SH NAME
4 fastq-grep - print sequences matching a pattern
5
6 .SH SYNOPSIS
7 .B fastq-grep [OPTION]... PATTERN [FILE]...
8
9 .SH DESCRIPTION
10 Given a PATTERN, specified as a perl-compatible regular expression, print every
11 FASTQ entry with a matching nucleotide sequence.
12
13 One ore more FILEs may be specified, otherwise input is read from standard input.
14 Input files may be gziped.
15
16 .SH OPTIONS
17 .TP 
18 \fB\-v\fR, \fB\-\-invert\-match\fR
19 Invert the sense of matching, to select non-matching entries.
20 .TP
21 \fB\-c\fR, \fB\-\-count\fR
22 Suppress normal output; instead output the number of matching (or, non-matching,
23 with '-v') entries.
24 .TP
25 \fB\-h\fR, \fB\-\-help\fR
26 Output a help message and exit.
27 .TP
28 \fB\-V\fR, \fB\-\-version\fR
29 Output version information and exit.
30
31 .SH AUTHOR
32 Written by Daniel C. Jones <dcjones@cs.washington.edu>
33