get_seqs

Function get_seqs 

Source
pub fn get_seqs<P: AsRef<Path>>(
    root: P,
    recursive: bool,
    mask: Option<&str>,
    min_len: usize,
) -> Result<Vec<Seq>, String>
Expand description

Main scan and group function

Returns all sequences found (flattened, not per-folder)