Crate spdi

source ·
Expand description

Example:

use anyhow::Result;
 
fn example() -> Result<String> {
    let s = spdi::SPDI::new("path/to/2bit/file")?;
    let spdi_string = s.get_spdi_string("chr1", 99092, "C", "CT")?;
    println!("{}", spdi_string);
}

Re-exports§

  • pub use noodles::vcf;

Structs§