Skip to content

Releases: DessimozLab/OmaStandalone

2.6.0

21 Nov 16:03
Compare
Choose a tag to compare

Summary of Changes from 2.5.0 to 2.6.0

New features:

Bug Fixes:

  • exclude all but main isoform variant from the HierarchicalGroups.orthoxml
    output (#8)

  • fixes an issue with parsing splicing information for genomes with
    many splicing variants.

  • minor improvements in the documentation.

v2.5.0

13 Jul 07:41
Compare
Choose a tag to compare

Summary of Changes from 2.4.2 to 2.5.0

New features:

  • introduces new variable AuxDataPath in parameters file that allows to
    specify the path where auxillary datafiles are stored.

  • provide docker container on dockerhub for OMA standalone.
    dessimozlab/oma_standalone

Bug Fixes:

  • fixes problems running OMA standalone on debian buster clusters (gh-issue #3)

  • minor improvements in the documentation.

V2.4.0

27 Nov 23:27
Compare
Choose a tag to compare
Merge branch 'develop'

* develop: (33 commits)
  minor update of release notes
  fixes problem with gethogs_bottom_up if passing a species tree
  sync default and toyexample parameter file
  minor extensions and fixes on the manual
  update release noteswq
  bit of additional docu on SkipVerification
  perf impr: check nr neighbors right away
  improving bottom-up hog integration
  cleanup unused stuff from profiling, keep idea to limit Graph size
  lot's of additional profiling stuff.
  create virtualenv with python3 or python2 for hog_bottom_up
  update darwin repo path
  update manual with new OutgroupSpecies parameter
  update parameter file for ToyExample
  adding OutgroupSpecies parameter
  fixes typos and whitespaces
  change HOG inference to bottom-up by default
  Adding checks in OMA.drw and disabling removal of raw output when ckpt present
  fixed typo
  include precise volume info of OmaStandalone paper
  ...