Releases: lskatz/Bio--Kmer
Releases · lskatz/Bio--Kmer
v0.54
A few minor changes to help make a conda recipe
v0.50
Added two new methods for minimizers
v0.41
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
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.24
Some stability measures were put in place from #5 #6 #7
Subsampling
Now you can subsample kmers
BioPerl compatibility
Can now read Bio::SeqIO
instead of a filename
v0.16
- Fixed Travis CI build status
- Added
close()
method to help with cleanup