Skip to content

Releases: lskatz/Bio--Kmer

v0.54

25 Apr 02:30
Compare
Choose a tag to compare

A few minor changes to help make a conda recipe

v0.50

08 Jan 01:07
10890ca
Compare
Choose a tag to compare

Added two new methods for minimizers

v0.41

30 Aug 16:34
Compare
Choose a tag to compare

Discovered a bug for counting kmers with pure perl in previous versions. The jellyfish method was unaffected by this bug.

Added a function to count length of nucleotides.

v0.26

26 Aug 17:05
Compare
Choose a tag to compare

Bio::Kmer is now thread-aware. Will die if you try to use the perl kmer counter when threads are not available. However, it will not die if you do not have threads and you use jellyfish for counting.

v0.25

16 Aug 14:16
Compare
Choose a tag to compare

more stability

v0.24

13 Aug 17:48
Compare
Choose a tag to compare
v0.24 Pre-release
Pre-release

Some stability measures were put in place from #5 #6 #7

v0.23

14 Nov 21:20
Compare
Choose a tag to compare
logmsg kmers

Subsampling

10 Oct 20:34
Compare
Choose a tag to compare

Now you can subsample kmers

BioPerl compatibility

27 Jun 14:57
Compare
Choose a tag to compare

Can now read Bio::SeqIO instead of a filename

v0.16

12 Jun 17:12
Compare
Choose a tag to compare
  • Fixed Travis CI build status
  • Added close() method to help with cleanup