Thomas 3 năm trước cách đây
mục cha
commit
4fcdfb6c47
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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