Skip to content

Releases: cmdoret/dnaglider

v0.0.5

08 Nov 15:09
Compare
Choose a tag to compare
v0.0.3-16-g53f9762

bump to v0.0.5

v0.0.4

09 Mar 14:29
Compare
Choose a tag to compare
  • Replace Euclidean distance by cosine distance for k-mer divergence
  • Fix bug k-mer in frequency counter

v0.0.3

07 Oct 12:54
Compare
Choose a tag to compare
fix validation of input fields and add license

v0.0.2

07 Oct 11:14
Compare
Choose a tag to compare
performance improvements and better error handling

v0.0.1: Allow overlapping windows

06 Oct 17:25
Compare
Choose a tag to compare
  • Allow overlapping windows and add a CLI option to change the stride (distance between window starts).
  • Only complete windows are now computed (i.e. truncated windows towards the end of chromosomes are discarded)

v0.0.0: Initial version

06 Oct 15:35
Compare
Choose a tag to compare

First working version of dnaglider. It supports sliding window calculation of GC content, AT skew, sequence entropy and k-mer (euclidean) distance from reference. For now, only non-overlapping windows are supported.