Skip to main content

py_dna_detect_hairpins

Function py_dna_detect_hairpins 

Source
pub(crate) fn py_dna_detect_hairpins(
    _py: Python<'_>,
    sequence: &str,
    min_stem: usize,
    min_loop: usize,
) -> Vec<(usize, usize, usize)>