Releases: nithishbn/MotifFinder
Releases · nithishbn/MotifFinder
v0.9.2
v0.9.1
Hotfix for k-value erroring out due to value parser + README update
v0.9.0
Added command find_motif to allow for searching a genome file for an existing motif with some edit distance
v0.8.0
Added parallelization to gibbs sampler (technically not semver ok but it's fine)
v0.7.0
Added rustbio alignment algorithm to find locations of alignment since it's quite fast
v0.6.1
Added alignment using rust-bio implementation of Myers algorithm to identify consensus string alignment sites in given sequences.
v0.6.0
version bump
v0.5.2
Cleaned up some bugs in the code and modified some color values on progress bars.
Also did some internal refactoring
v0.5.1
Adding progress bars to all commands (#10) * added progress bar to randomized motif search * Added progress bars to all three commands + alignment * version bump * added back color (will break wapm)
v0.4.1
Removed duplicate motifs during alignment to remove overhead (#9) * fixed alignment so only unique motifs are aligned * bug fix version bump