pub fn get_seqs<P: AsRef<Path>>( root: P, recursive: bool, mask: Option<&str>, min_len: usize, ) -> Result<Vec<Seq>, String>
Main scan and group function
Returns all sequences found (flattened, not per-folder)