Skip to content

Releases: alliance-genome/agr_genedescriptions

Fix GAF lines by adding missing underscore to qualifiers

31 Mar 23:38
Compare
Choose a tag to compare
v3.0.1

fix: restored case sensitive qualifiers

Minor changes following paper reviewers comments

21 May 22:31
Compare
Choose a tag to compare

This release introduces minor changes requested by the paper reviewers. These are the highlights:

  • removed GO anti-slims from block list to use generic terms as potential common ancestors
  • added a function to remapping instead of renaming GO terms
  • changes for WB

New trimming classes and improved performance

03 Jan 17:30
Compare
Choose a tag to compare
  • Trimming algorithms are now classes
  • All algorithms have been improved and are now faster
  • Major code refactoring
  • Better tests

Expression module and bug fixing

02 Oct 22:48
Compare
Choose a tag to compare
v2.3.3

include terms with no 'type'

Bug fixing

02 Oct 22:04
Compare
Choose a tag to compare
v2.3.2

include terms with no 'type'

Expression module and bug fixing

02 Oct 21:17
Compare
Choose a tag to compare

Added precanned function for expression module + bug fixing

Expression module and bug fixing

02 Oct 21:14
Compare
Choose a tag to compare

Added expression module precanned function + bug fixing

New template options

23 May 19:57
Compare
Choose a tag to compare

Description template can be now controlled by defining separator characters for terms and modules

Bug fixing

28 Feb 18:39
Compare
Choose a tag to compare

This release fixes a number of minor bugs found with the help of biological curators at the Alliance and adds unit tests for the same bugs

Simplified interface + new algorithms

01 Feb 20:28
Compare
Choose a tag to compare

This release introduces the following changes:

  • New interface with simplified access to core functions. No need to read the configuration file and then pass each option as a separate argument to multiple functions. The new interface is based on a configuration object that can be passed to most high level functions that the latter can use to get global options.
  • Major code refactoring
  • New core algorithms to trim ontology terms: LCA (pure lowest common ancestor algorithm) and IC (based on information content with boosted values for terms present in a slim)