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