]> git.donarmstrong.com Git - fastq-tools.git/blobdiff - doc/fastq-grep.1
An option for fastq-grep to output non-matching entries to a file (e.g. for splitting...
[fastq-tools.git] / doc / fastq-grep.1
index fb792b40335bac4e5e1ea02463a2bd2d30b68e45..89bae043a5a8f30475500470843464cc3ca4c3f8 100644 (file)
@@ -21,6 +21,9 @@ Match the read ID (by default, the sequence is matched).
 \fB\-v\fR, \fB\-\-invert\-match\fR
 Invert the sense of matching, to select non-matching entries.
 .TP
+\fB\-m\fR, \fB\-\-mismatches=FILE\fR
+Output non-matching entries to the given file.
+.TP
 \fB\-c\fR, \fB\-\-count\fR
 Suppress normal output; instead output the number of matching (or, non-matching,
 with '-v') entries.