Skip to content

Mash v2.1

Compare
Choose a tag to compare
@ondovb ondovb released this 07 Oct 22:36
· 46 commits to master since this release

Features

  • Triangular matrix - A new triangle command computes a lower triangular
    distance matrix in relaxed Phylip format. This streamlines all-pairs distance
    commands and avoids computational redundancy.
  • Custom IDs - The ID and Comment fields of a sketch can now
    be set with -I and -C. Only applies to the first sketch for multi-sketch files.
  • Read pooling - If multiple input files are given in read mode (-r), e.g.
    paired ends as in mash sketch -r read1.fq read2.fq, they will now pool to the same sketch, avoiding the need for concatenation.