Skip to content

Releases: molbiodiv/bcgTree

Version 1.2.1

03 Jan 08:24
v1.2.1
Compare
Choose a tag to compare
  • Fix issue in GUI if no proteome is provided (#50)

Version 1.2.0

27 Oct 11:55
v1.2.0
e865f1f
Compare
Choose a tag to compare
  • Add parameter --genome with translation via prodigal (#15)
  • Update and improve documentation (#19, #35, #38, #44)
  • Make GUI independent of working directory (#33)
  • Switch CI from Travis to GitHub Actions (#45)

Version 1.1.0

20 Jul 09:02
v1.1.0
06cbbe1
Compare
Choose a tag to compare
  • Breaking: the default aa substitution model for RAxML changed from WAG to AUTO.
    This has an impact on performance (it is faster to set this parameter to a fixed value).
    To get the same behaviour as in earlier versions pass --raxml-aa-substitution-model=WAG
  • Add parameter --raxml-aa-substitution-model (#29)
  • Add HMMs of UBCG (#25)

Version 1.0.10

07 Mar 12:50
v1.0.10
438effb
Compare
Choose a tag to compare
  • Fix GUI, add scrollbar (#23)
  • Add parameter --raxml-args (#22)

Version 1.0.9

03 Mar 14:35
v1.0.9
ceab4df
Compare
Choose a tag to compare
  • Add parameters --min-proteomes and --all-proteomes (#21)

Version 1.0.8

07 Sep 14:50
v1.0.8
Compare
Choose a tag to compare
  • Set default bootstraps to 100
  • Add description for reproduction of results in paper

Version 1.0.7

16 Jun 12:28
v1.0.7
Compare
Choose a tag to compare
  • Add logo to GUI

Version 1.0.6

17 Mar 15:27
v1.0.6
Compare
Choose a tag to compare
  • Improve layout (avoid errors with large text fields)
  • Update jar file

Version 1.0.5

17 Mar 13:05
v1.0.5
bf9f1da
Compare
Choose a tag to compare
  • Add advanced settings and external programs to GUI
  • Add GUI screenshots to README
  • Finish GUI layout
  • Fix outdir bug (manually entered text was ignored)
  • Update documentation in README
  • Improve layout of GUI (proteomes panel)

Version 1.0.4

17 Mar 15:29
v1.0.4
Compare
Choose a tag to compare
  • Add parameter to check external programs
  • Fix SeqFilter dependencies
  • Add swingx and own accordion element for GUI
  • Improve GUI design (GridBagLayout)