Skip to content

Releases: nithishbn/MotifFinder

v0.9.2

07 Jul 16:39
5165c91

Choose a tag to compare

fixed bio issue (#15)

* fixed bio issue

* formatted + clippy

v0.9.1

20 Apr 02:41

Choose a tag to compare

Hotfix for k-value erroring out due to value parser + README update

v0.9.0

19 Apr 06:55

Choose a tag to compare

Added command find_motif to allow for searching a genome file for an existing motif with some edit distance

v0.8.0

19 Apr 06:56

Choose a tag to compare

Added parallelization to gibbs sampler (technically not semver ok but it's fine)

v0.7.0

19 Apr 06:55

Choose a tag to compare

Added rustbio alignment algorithm to find locations of alignment since it's quite fast

v0.6.1

12 Apr 05:50

Choose a tag to compare

Added alignment using rust-bio implementation of Myers algorithm to identify consensus string alignment sites in given sequences.

v0.6.0

12 Apr 05:41

Choose a tag to compare

version bump

v0.5.2

02 Apr 08:22

Choose a tag to compare

Cleaned up some bugs in the code and modified some color values on progress bars.
Also did some internal refactoring

v0.5.1

02 Apr 06:46
9a7c5b8

Choose a tag to compare

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

30 Mar 08:45
4aed6b9

Choose a tag to compare

Removed duplicate motifs during alignment to remove overhead (#9)

* fixed alignment so only unique motifs are aligned

* bug fix version bump