"This implementation only supports sequences with at most {} positions, found a equence with {} positions. Contact the developers at https://github.com/althonos/lightmotif.",
"This implementation only supports sequences with at most {} positions, found a sequence with {} positions. Contact the developers at https://github.com/althonos/lightmotif.",
"This implementation only supports sequences with at most {} positions, found a sequence with {} positions. Contact the developers at https://github.com/althonos/lightmotif.",
u32::MAX,scores.len()
);
}elseifscores.len()==0{
Vec::new()
}else{
letdata=scores.matrix();
letmutindices=vec![0;data.columns()*data.rows()];
unsafe{
// NOTE(@althonos): `u32::MAX` is used as a sentinel for which