Function noodles_fastq::io::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")?;