@@ -299,6 +299,10 @@ impl SequencesGraph {
res.push(base);
}
+
+ if *res.last().unwrap() == b'N' {
+ res.pop();
+ }
res