Skip to content

Commit

Permalink
typo - Links point directly to the pool of CIGAR strings
Browse files Browse the repository at this point in the history
  • Loading branch information
susan-garry committed Apr 24, 2024
1 parent ddb6c14 commit dc8ec45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flatgfa/src/flatgfa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub struct Link {
pub to: Handle,

/// The CIGAR overlap between the segments. This is a range in the
/// `overlaps` pool.
/// `alignment` pool.
pub overlap: Span,
}

Expand Down Expand Up @@ -298,7 +298,7 @@ impl<'a> FlatGFA<'a> {

/// The data storage pools for a `FlatGFA`.
#[derive(Default)]
pub struct Store<'a, P: PoolFamily<'a>> {
pub ore<'a, P: PoolFamily<'a>> {
pub header: P::Pool<u8>,
pub segs: P::Pool<Segment>,
pub paths: P::Pool<Path>,
Expand Down

0 comments on commit dc8ec45

Please sign in to comment.