Skip to content

Commit

Permalink
Merge pull request #59 from jaebeom-kim/master
Browse files Browse the repository at this point in the history
Fixed a bug occuring with sequences containing lowercased bases.
  • Loading branch information
jaebeom-kim committed Mar 25, 2024
2 parents b4dc901 + 6b63b4a commit 5908477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Presentation video from ISMB/ECCB 2023: [link](https://www.youtube.com/watch?v=v

## Update in v1.0.4
- Fixed a minor reproducibility issue.
- Fixed a bug occuring with sequences containing lowercased bases.
- Auto adjustment of `--match-per-kmer` parameter. Issue #20 solved.
- Record version info. in `db.parameter`

Expand Down
2 changes: 1 addition & 1 deletion src/commons/SeqIterator.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "SeqIterator.h"

const string SeqIterator::atcg = "................................................................"
".AGCG..GT..G.CN...ACTG.A.T......agcg..gt..g.cn...actg.a.t......."
".AGCG..GT..G.CN...ACTG.A.T.......agcg..gt..g.cn...actg.a.t......"
"................................................................"
"................................................................";

Expand Down

0 comments on commit 5908477

Please sign in to comment.