Skip to content

Commit

Permalink
vcf/async/io/reader: Use async index reader in example
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Sep 18, 2024
1 parent a3de9c4 commit 1f5e43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noodles-vcf/src/async/io/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ where
///
/// let header = reader.read_header().await?;
///
/// let index = tabix::read("sample.vcf.gz.tbi")?;
/// let index = tabix::r#async::read("sample.vcf.gz.tbi").await?;
/// let region = "sq0:8-13".parse()?;
/// let mut query = reader.query(&header, &index, &region)?;
///
Expand Down

0 comments on commit 1f5e43b

Please sign in to comment.