Skip to content

Releases: nickjcroucher/gubbins

Version 3.1.6

20 Jan 09:08
4e4f061
Compare
Choose a tag to compare

Improve sequence reconstruction and test for consistency with previous versions.

Version 3.1.5

19 Jan 15:55
7f41109
Compare
Choose a tag to compare
Merge pull request #328 from nickjcroucher/c_mem

Improvements to reconstruction algorithm

Version 3.1.4

15 Nov 11:38
12ceb14
Compare
Choose a tag to compare

New implementation of JAR and fixes to phylogenetic pipelines.

Version 3.1.3

22 Oct 08:11
Compare
Choose a tag to compare

Transfers SH outputs to final tree

Version 3.1.2

12 Oct 11:07
4a7ae96
Compare
Choose a tag to compare

Installs scripts for users, corrects documentation and enables parallel use of a single alignment.

Version 3.1.1

12 Oct 06:49
a051f2e
Compare
Choose a tag to compare

This release improves the accuracy of trees inferred with RAxML-NG.

Version 3.1.0

06 Oct 21:18
3db99f5
Compare
Choose a tag to compare
  • Adds scripts for generating inputs and processing outputs
  • More thorough checking of tree topology when passing information between methods
  • More detailed error handling for incorrect input alignments

Version 3.0.0

29 Jan 16:23
25184cf
Compare
Choose a tag to compare

Major changes:

  • Integrate pyjar
  • Integrate RapidNJ
  • Enable IQtree as alternative treebuilder
  • Enable RAxML-NG as alternative treebuilder
  • Enable Fasttree use with ASR
  • Enable star phylogenies
  • More flexibility in choice of initial tree
  • Enable pairwise comparisons
  • Log methods for reproducibility
  • Migrate CI to GitHub actions

Memory leakage fixes

20 Jan 10:27
afc51e6
Compare
Choose a tag to compare
  • fix some memory leakage issues in the main Gubbins code
  • add debuggers to Dockerfile

Dockerfile to include gdb

13 Jan 16:57
5177ce2
Compare
Choose a tag to compare
Merge pull request #269 from puethe/gdb

adding gdb to Dockerfile