Skip to main content

filters FASTQ files

Project description

pyfastq_filter

Filter FASTQ Files.

Installation

pip3 install --user pyfastq_filter

Usage

Usage:
  pyfastq_filter.py [-q i] [-l n] [-m m] [-o OUTNAME] FASTQ

Options:
  -l --length=n      minimum length to let through [default: 300]
  -m --max-length=m  maximum length to let through [default: infinity]
  -q --quality=i     minimum quality to let through [default: 10]
  -o --outfile=FILE  output filename, otherwise STDOUT [default: -]

Extract only FASTQ entries with sequence length >= 5000 and mean quality >= 12:

pyfastq_filter.py -q 12 -l 5000 example.fastq > example-q12-l5000.fastq

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfastq_filter-0.4.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

pyfastq_filter-0.4.2-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page