Thomas 3 vuotta sitten
vanhempi
commit
4fcdfb6c47
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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