Function noodles::fastq::index[][src]

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

Indexes a FASTQ file.

Examples

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