Skip to content

Releases: lskatz/mashtree

v0.33

21 May 20:21
Compare
Choose a tag to compare

Fixed distance matrix bug

v0.32

08 Apr 20:53
Compare
Choose a tag to compare
  • The mashtree executable is now mashtree instead of mashtree.pl
  • Quicktree is now required
  • Increased precision of distances between genomes
  • added mashtree module to testing environment
  • Fixed some warnings related to the minimum abundance finder
  • Fixed the findDistances bug by updating the SQL queries

Mashtree v0.29

13 Nov 20:37
Compare
Choose a tag to compare
  • better documentation on cpan (?)
  • mashtree instead of mashtree.pl
    • I'll have a deprecation message for several versions, until we are comfortable removing mashtree.pl
  • treeDist() method to describe a distance between two trees

v0.28

09 Nov 16:09
Compare
Choose a tag to compare
  • Updated the unit tests so that they work with QuickTree too.
  • Created a tree distance metric to help with the unit tests.

0.27

08 Nov 19:10
Compare
Choose a tag to compare

Same as 0.27a except I remembered to add the correct version number. Sorry for the confusion.

0.27a

08 Nov 19:06
Compare
Choose a tag to compare
0.27a Pre-release
Pre-release
  • SQLite woes are probably fixed. No longer are we capped at 1000 genomes. Thank you @fbristow for the pull request. Thanks to everyone else for bringing it to my attention.
  • Added test to make sure the database is working properly (t/10_sqlite.t)
  • QuickTree is now an option. If it is in your PATH then it will use QuickTree which produces the same tree but faster.

v0.26

11 Oct 15:48
Compare
Choose a tag to compare

For the minimum abundance filter (--min-depth 0), using Mash for generating a histogram. Thanks for the tip @boydgreenfield.

v0.25

07 Oct 02:34
Compare
Choose a tag to compare

Some metadata for CPAN was fixed.

Chunking insert statements so as to not overload sqlite. See issue #11 .

v0.23

05 Oct 16:56
Compare
Choose a tag to compare

More minor fixes

v0.22

04 Oct 21:29
Compare
Choose a tag to compare

This version isn't a huge update. Just minor changes.

  • Cleaning up intermediate files better
  • Native reading of fastq.gz files into Mash. Hopefully that speeds things up a bit.