noodles_fastq::io

Function index

source
pub fn index<P>(src: P) -> Result<Index>
where P: AsRef<Path>,
Expand description

Indexes a FASTQ file.

ยงExamples

use noodles_fastq as fastq;
let index = fastq::io::index("sample.fastq")?;