Releases: galaxy-genome-annotation/python-tripal
Releases · galaxy-genome-annotation/python-tripal
3.2.1
3.2
3.1.1
3.1
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)
- Add
- GFF3: removed bugged 'refresh' and 'remove' loading mode (no more available in Tripal3)
- Renamed
organism get_organism_nodes
toorganism get_organisms_tripal
andanalysis get_analysis_nodes
toanalysis 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
2.0.3
2.0.2
2.0.1
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