Function noodles_fastq::index[][src]

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::index("sample.fastq")?;