File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Presentation video from ISMB/ECCB 2023: [link](https://www.youtube.com/watch?v=v
1313
1414## Update in v1.0.4
1515- Fixed a minor reproducibility issue.
16+ - Fixed a bug occuring with sequences containing lowercased bases.
1617- Auto adjustment of ` --match-per-kmer ` parameter. Issue #20 solved.
1718- Record version info. in ` db.parameter `
1819
Original file line number Diff line number Diff line change 11#include " SeqIterator.h"
22
33const string SeqIterator::atcg = " ................................................................"
4- " .AGCG..GT..G.CN...ACTG.A.T......agcg..gt..g.cn...actg.a.t. ......"
4+ " .AGCG..GT..G.CN...ACTG.A.T....... agcg..gt..g.cn...actg.a.t......"
55 " ................................................................"
66 " ................................................................" ;
77
You can’t perform that action at this time.
0 commit comments