FASTQ utilities
Project description
heyfastq
FASTQ sequence file utilities, written in pure Python, with no dependencies.
Summary
The package comes with one program, heyfastq, which provides
utilities for single or paired FASTQ files.
Installation
Install from PyPi with:
pip install heyfastq
Or get the dev version from GitHub:
git clone https://github.com/kylebittinger/heyfastq.git
pip install .
Usage
Run heyfastq -h to learn more about usage options.
As dependency
To include heyfastqlib in your own Python code, include it as a dependency (only available via GH atm). Then import the objects/functions you need and enjoy your fastqs.
e.g. your very own wrapper for fastq_parse that only returns the sequences
import gzip
from heyfastqlib.io import parse_fastq
from typing import Generator
def fastq_reads(path: str) -> Generator[str, None, None]:
with gzip.open("/path/to/my_file_R1.fastq.gz", "rt") as f:
return (read.seq for read in parse_fastq(f.readlines()))
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file heyfastq-0.1.0.tar.gz.
File metadata
- Download URL: heyfastq-0.1.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a47b937266c3fff679e86e86a3c4afbd15c98a748f0a1255bd208cd753b645ac
|
|
| MD5 |
3304baf242459566a40171cde1080d85
|
|
| BLAKE2b-256 |
a0909c83b79cfa5ec07901fc0c645b5de5accb09cd046ccc185e0826f39fe9a9
|
Provenance
The following attestation bundles were made for heyfastq-0.1.0.tar.gz:
Publisher:
release.yml on PennChopMicrobiomeProgram/heyfastq
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
heyfastq-0.1.0.tar.gz -
Subject digest:
a47b937266c3fff679e86e86a3c4afbd15c98a748f0a1255bd208cd753b645ac - Sigstore transparency entry: 569709804
- Sigstore integration time:
-
Permalink:
PennChopMicrobiomeProgram/heyfastq@b159bab6368fb0488af692f2df5f0a7199410a18 -
Branch / Tag:
refs/tags/0.1.0 - Owner: https://github.com/PennChopMicrobiomeProgram
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b159bab6368fb0488af692f2df5f0a7199410a18 -
Trigger Event:
release
-
Statement type:
File details
Details for the file heyfastq-0.1.0-py3-none-any.whl.
File metadata
- Download URL: heyfastq-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ed4375afe2f0d386d4ffa9e0eb844f802291e13e46c29e4a05e0845b7b639ad
|
|
| MD5 |
386d2f5e7b7dc1758e34d38f8c4a421b
|
|
| BLAKE2b-256 |
e608e4d90f4b7c6fc62de5c29ccb2867a9b05a4daa80b5c75fc5d5511c0fe014
|
Provenance
The following attestation bundles were made for heyfastq-0.1.0-py3-none-any.whl:
Publisher:
release.yml on PennChopMicrobiomeProgram/heyfastq
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
heyfastq-0.1.0-py3-none-any.whl -
Subject digest:
4ed4375afe2f0d386d4ffa9e0eb844f802291e13e46c29e4a05e0845b7b639ad - Sigstore transparency entry: 569709818
- Sigstore integration time:
-
Permalink:
PennChopMicrobiomeProgram/heyfastq@b159bab6368fb0488af692f2df5f0a7199410a18 -
Branch / Tag:
refs/tags/0.1.0 - Owner: https://github.com/PennChopMicrobiomeProgram
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b159bab6368fb0488af692f2df5f0a7199410a18 -
Trigger Event:
release
-
Statement type: