bioalign 0.0 → 0.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- bioalign.cabal +1/−1
- src/Bio/Alignment/AlignData.hs +1/−1
bioalign.cabal view
@@ -1,5 +1,5 @@ Name: bioalign-Version: 0.0+Version: 0.0.1 Synopsis: Data structures and helper functions for calculating alignments Description: Data structures and helper functions for calculating alignments Homepage: https://patch-tag.com/r/dfornika/biophd/home
src/Bio/Alignment/AlignData.hs view
@@ -41,7 +41,7 @@ type Gaps = [Offset]-type Alignment a = [(Offset, Strand, Sequence, Gaps)]+type Alignment = [(Offset, Strand, Sequence, Gaps)] -- | Gaps are coded as '*'s, this function removes them, and returns -- the sequence along with the list of gap positions.