Registry / utility / needletail

needletail

JSON →
library0.7.3rscratesunverified

FASTX parsing and k-mer methods.

# Cargo.toml [dependencies] needletail = "0.7.3"
INSTALL
IMPORT
SIG · NEEDLETAIL
N
needletail
utilityrustv0.7.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parse_fastx_file
use needletail::parse_fastx_file;

Parses a FASTA/FASTQ file and prints sequence IDs.

use needletail::parse_fastx_file; let mut reader = parse_fastx_file("input.fasta").unwrap(); while let Some(record) = reader.next() { let rec = record.unwrap(); println!("{}", rec.id()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
needletail — cargo add needletail · libregistry