v2.2.2: Added unified filtering and sampling
- Added rows sampling (
-sample-rows
option) inall2all-sp
andall2all-parts
modes. - Added unified filtering based on any specified measure (parameters
-above
,-above_eq
,-below
, and-below_eq
replaced with-min
and-max
options). - Changed interface in
distance
mode: only one measure allowed, output file has to be specified.
NOTE: In this release an Kmer-db interface has changed slightly: -above
/-above_eq
/-below
/-below_eq
options have been replaced with -min
/ -max
and distance
mode requires additional argument. Please update your pipelines accordingly.