Skip to content

Releases: galaxy-genome-annotation/python-chado

2.2.6

11 Apr 08:43
Compare
Choose a tag to compare
  • 2.2.6
    • fix requirement name for psycopg2 (name change for version >=2.8)

2.2.5

23 Jan 15:37
Compare
Choose a tag to compare
  • 2.2.5
    • Added support for units in expression loaders
    • Fix broken --skip_missing option for load_go

2.2.3

06 Nov 11:10
Compare
Choose a tag to compare
  • 2.2.3
    • Throw a warning instead of an exception when a GFF target feature does not exist

2.2.2

05 Nov 10:30
Compare
Choose a tag to compare
  • 2.2.2
    • Bug fixes and improvements to the expression module

2.2.1

30 Oct 15:35
Compare
Choose a tag to compare
  • 2.2.1
    • Minor release to fix broken package at pypi, no code change

2.2.0

30 Oct 14:53
Compare
Choose a tag to compare
  • 2.2.0
    • Added feature.load_go() to load GO annotation (blast2go results)
    • Added feature.get_feature_analyses() to fetch the analyses associated with a feature
    • Added feature.get_feature_cvterms() to fetch the cvterms associated with a feature
    • Added support for biomaterial/expression data (as used by tripal_analysis_expression)
    • New --protein_id_attr option for feature.load_gff()

2.1.5

03 Aug 15:02
Compare
Choose a tag to compare
  • 2.1.5
    • bugfix: fix features deletion when deleting an analysis

2.1.4

02 Aug 13:27
Compare
Choose a tag to compare
  • 2.1.4
    • bugfix: fix sporadic errors with AnalysisFeature class declaration

2.1.3

01 Aug 16:28
Compare
Choose a tag to compare
  • 2.1.3
    • bugfix: make --species a mandatory arg for organism creation
    • bugfix: fix features deletion when deleting an analysis or an organism
    • update chado docker image

2.1.2

20 Jun 10:51
4b2c2a8
Compare
Choose a tag to compare
  • skip whole database schema reflection for simple tasks (analysis and organism management)
  • fix polypeptide creation for genes beginning at position 0
  • fix various small bugs in phylogeny and featureprop loading
  • fix bug in cvterm creation
  • fix crashes in gbk/gff exporters