|
@@ -311,7 +311,8 @@ impl SequencesGraph {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- println!("RES {:?}", consensus_sequence);
|
|
|
|
|
|
|
+
|
|
|
|
|
+ println!("RES {:?}", String::from_utf8_lossy(&consensus_sequence));
|
|
|
println!("last = {:?}", consensus_sequence.last().unwrap().to_owned());
|
|
println!("last = {:?}", consensus_sequence.last().unwrap().to_owned());
|
|
|
println!("last = {:?}", consensus_sequence.last().unwrap().to_owned() == b'N');
|
|
println!("last = {:?}", consensus_sequence.last().unwrap().to_owned() == b'N');
|
|
|
|
|
|