3 unstable releases

Uses old Rust 2015

0.5.0 Nov 4, 2019
0.4.1 Jun 27, 2019
0.4.0 Jun 26, 2019

#286 in Biology

Download history 24/week @ 2024-02-22 12/week @ 2024-02-29 35/week @ 2024-03-28 20/week @ 2024-04-04

55 downloads per month

GPL-3.0 license

25KB
293 lines

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 <LIST1> .. --output-fastq-files <OUTPUT1> ..

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 <PATH>: Use this file as input FASTQ [default: Use STDIN]

An analogous set of options is implemented for FASTA:

--fasta-read-name-lists <LIST1> ..
--output-fasta-files <OUTPUT1> ..
--input-fasta <PATH>

Dependencies

~4–14MB
~149K SLoC