Registry / other / noodles-vcf

noodles-vcf

JSON →
library0.88.0rscratesunverified

Variant Call Format (VCF) reader and writer.

# Cargo.toml [dependencies] noodles-vcf = "0.88.0"
INSTALL
IMPORT
SIG · NOODLES-VCF
N
noodles-vcf
otherrustv0.88.0
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.

Reader
use noodles_vcf::Reader;

Read VCF records from stdin.

use noodles_vcf::Reader; use std::io; fn main() -> io::Result<()> { let mut reader = Reader::new(io::stdin()); for result in reader.records() { let record = result?; println!("{:?}", record); } Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.88.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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