Releases: martinjvickers/KAST
Minor release
A minor release with several bug fixes and performance enhancements.
First Release
This is the completed release of KAST
Testing 0.0.34
Fixed the --percent feature
Testing 0.0.33
Added filter tags for search mode, along with normalised_canberra
distance and the cosine
distance.
Testing 0.0.31
Include a bugfix for chebyshev in interleave mode and the addition of the canberra distance measure.
testing_0.0.30
Added interleave mode. A mode which allows you to specify a single input fasta file using the -i
flag, and it will compare sequences in pairs, e.g. the distance between read_1 and read_2, read_3 and read_4 etc.
Testing version 0.0.29
Fixed issue with using k = 1
for simple distance types, e.g. euler
and d2
.
Testing version 0.0.28
Added the -sc/--score-cutoff
parameter to allow users to specify a score cutoff within search mode.
Testing version 0.0.27
- Bug fix to prevent users from selecting
-m
or-k
values that are not compatible with one-another.
Testing version 0.0.26
Implemented the -nh/--no-header
option for the -t blastlike
search mode output. This is useful if you need to perform some sort of processing afterwards that does not require a header.