Skip to content

Releases: galaxy-genome-annotation/python-tripal

3.2.1

27 Feb 08:37
Compare
Choose a tag to compare
  • 3.2.1
    • Fix error when loading blast or interpro with empty description

3.2

20 Feb 16:06
ecf79b7
Compare
Choose a tag to compare
3.2
  • 3.2
    • Fix support for elasticsearch indexing with Tripal 3

3.1.1

14 Nov 16:55
Compare
Choose a tag to compare
  • 3.1.1
    • Minor release to fix broken package at pypi, no code change

3.1

14 Nov 15:57
Compare
Choose a tag to compare
3.1
  • 3.1
    • Add expression module to manage biomaterials and expression data (with tripal_expression module)
    • Add entity.get_bundles() and entity.publish() methods for Tripal 3

3.0

17 Apr 14:53
150d610
Compare
Choose a tag to compare
3.0
  • Added some support for Tripal 3
    • Add job add_import_job for generic Tripal 3 importer
    • Add preliminary code for entity management (waiting for tripal/tripal#202)
    • sync and delete_orphans are not yet implemented (tripal/tripal#337)
  • GFF3: removed bugged 'refresh' and 'remove' loading mode (no more available in Tripal3)
  • Renamed organism get_organism_nodes to organism get_organisms_tripal
    and analysis get_analysis_nodes to analysis get_analyses_tripal.
    Both now return Drupal Nodes for Tripal 2 or Entities for Tripal 3.
  • Added delete_orphans methods for organisms and analyses
  • Added tests

2.0.4

07 Sep 08:04
Compare
Choose a tag to compare
  • 2.0.4
    • Small bug fixes

2.0.3

30 Aug 10:25
Compare
Choose a tag to compare

More reliable detection of job failures

2.0.2

22 Aug 12:33
Compare
Choose a tag to compare

Fix broken pip install tripal

2.0.1

18 Aug 15:46
Compare
Choose a tag to compare
  • fix missing requirements

2.0

18 Aug 13:12
Compare
Choose a tag to compare
2.0
  • Rewritten most of the code, now working in a similar way as parsec or chakin
  • New cli tool named 'tripaille'
  • Tripal jobs can now be run directly by python-tripal and stdout and stderr are retrieved at the end of jobs.
  • Updated indexing code to latest tripal_elasticsearch module