Function noodles::fastq::index

source ·
pub fn index<P>(src: P) -> Result<Vec<Record>, Error>
where P: AsRef<Path>,
Expand description

Indexes a FASTQ file.

§Examples

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