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 details)
Built Distribution
File details
Details for the file pyfastq_filter-0.4.2.tar.gz
.
File metadata
- Download URL: pyfastq_filter-0.4.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96e0efdaa092797048d66941274504fd25174cb1862fd561781a10747b128925 |
|
MD5 | 22cfdde9b04649a512611e4fafbb2fe0 |
|
BLAKE2b-256 | 798939e534e846cc556273362ffdc33b7be7bef3bcf839b383a3bc8fad4caa66 |
File details
Details for the file pyfastq_filter-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: pyfastq_filter-0.4.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0152f2907e1af2f1811ec8729b25e0b3344e0e83311b744e858dd3854ea04c92 |
|
MD5 | e90f5c8a01a6e83f8c51d0fbb854ab38 |
|
BLAKE2b-256 | 1d53d12c750d6c94d8e2e3b1d499e28bbec9226b30f8bad801a750c3c23a0e98 |