Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lgautier/fastq-and-furious
Efficient handling of FASTQ files from Python
https://github.com/lgautier/fastq-and-furious
fastq ngs python
Last synced: 2 days ago
JSON representation
Efficient handling of FASTQ files from Python
- Host: GitHub
- URL: https://github.com/lgautier/fastq-and-furious
- Owner: lgautier
- License: mit
- Created: 2017-01-29T18:27:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T21:47:57.000Z (4 months ago)
- Last Synced: 2024-12-24T12:24:31.226Z (10 days ago)
- Topics: fastq, ngs, python
- Language: Python
- Homepage: https://lgautier.github.io/fastq-and-furious/
- Size: 2.56 MB
- Stars: 50
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastq-and-furious
(... because it turned out that the performance bottleneck for an
[algorithm-focused implementation of bottom-sketches (MinHash sketches)](https://github.com/lgautier/mashing-pumpkins)
was the parsing of FASTQ files).Project web page: [https://lgautier.github.io/fastq-and-furious/](https://lgautier.github.io/fastq-and-furious/)
[![Python package](https://github.com/lgautier/fastq-and-furious/actions/workflows/pythonpackage.yml/badge.svg)](https://github.com/lgautier/fastq-and-furious/actions/workflows/pythonpackage.yml)
[![Pypi release](https://img.shields.io/pypi/v/fastq-and-furious.svg)](https://img.shields.io/pypi/v/fastq-and-furious.svg)Efficient and flexible parsing of FASTQ files(*) from Python. It is about as fast as the fastest parser with C extensions, but it is substantially more flexible.