Thomas hace 3 años
padre
commit
4fcdfb6c47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -11,7 +11,7 @@ pub enum BamNucleotid {
 }
 /// The sequence of the read.
 #[derive(Debug, Clone)]
-pub struct BamSequence(Vec<BamNucleotid>);
+pub struct BamSequence(pub Vec<BamNucleotid>);
 
 impl BamSequence {
     /// Return a new and empty BamSequence