.TH FASTQSELECT "1" "June 2013" "3.9.17" "User Commands" .SH NAME .B fastqselect \- select fastq sequences in a file .SH DESCRIPTION This script selects fastq sequences in a file according to names given in a name file. Given a FASTQ file (and possibly a FASTQ quality file) and a file with names of reads, select the sequences from the input FASTQ (and quality file) and writes them to an output FASTQ. .PP If fastq quality file is present (same basename, but with .qual appended), then also selects sequences from there. .PP Please check out the documentation below for more detailed information. .SH SYNOPSIS fastqselect \fI\fR .SH OPTIONS .TP \fB\-infile\fR name filename containing all fastq sequences .TP \fB\-name\fR name filename containing all names of sequences to select .TP \fB\-outfile\fR name filename where to write selcted sequences to .SH "SEE ALSO" fastaselect(1) .PP A more extensive documentation is provided in the mira-doc package and can be found at /usr/share/doc/mira-assembler/DefinitiveGuideToMIRA.html. .PP You can also subscribe one of the MIRA mailing lists at .IP http://www.chevreux.org/mira_mailinglists.html .PP After subscribing, mail general questions to the MIRA talk mailing list: .IP mira_talk@freelists.org .SH BUGS To report bugs or ask for features, please use the new ticketing system at: .IP http://sourceforge.net/apps/trac/mira\-assembler/ .SH AUTHOR The author of the mira code is Bastien Chevreux .PP This manual page was written by Andreas Tille but can be freely used for any other distribution.