``` Purpose: extract one or more sets of reads from a FASTQ (or FASTA) file by specifying their read names.
Usage:
zcat my.fastq.gz |mfqe --fastq-read-name-lists
Read name files are uncompressed text files with read names(without comments). Output is gzip-compressed, input may or may not be.
Other FASTQ options:
--input-fastq
An analogous set of options is implemented for FASTA:
--fasta-read-name-lists