|
|
@@ -310,6 +310,8 @@ impl SequencesGraph {
|
|
|
}
|
|
|
|
|
|
println!("RES {:?}", consensus_sequence);
|
|
|
+ println!("last = {:?}", consensus_sequence.last().unwrap().to_owned());
|
|
|
+
|
|
|
|
|
|
if consensus_sequence.last().unwrap().to_owned() == b'N' {
|
|
|
println!("NNNNNNNNNNNNNNNNNNNnn!")
|