Releases: bento-platform/gohan
Releases · bento-platform/gohan
Version 3.7.3
- fixed ingestion workflow bug
- removed outdated code
Version 3.7.2
- drs data path change reversion
Version 3.7.1
accommodating drs upgrade to v0.8.0
Version 3.7.0
- improved go-modules, test suite
- added alt/ref to gohan variant schema
- other minor refactoring
- remodelled variants elasticsearch index to include a sample's genotype
- added alleles query parameter for /variants/<get,count>/by/variantId and ../sampleId
Version 3.6.1
- patching api build host uid and gid
Version 3.6.0
- includes qa/v3.5 patches
- implemented gohan-api ci build github workflow
Version 3.5.3
- patched drs upload error handling
- docker-compose & makefile patches
Version 3.5.2
Fix
- Disable
upx
library installation due to lack of support on ARM64 architecture which prevents building container on M1 processors.
Version 3.5.1
- improved table management
- parameterized service-info
- better support on macos
- other minor refactoring
Version 3.5.0
- introducing table concept
- associating variant data-type with a tableId in elasticsearch
- implemented basic create/read/delete methods that model after bento_variants to be compatible with bento_web
- added corresponding tests and documentation
- implemented "wildcard-character" ref/alt query capabilities with character N
- other tooling updates and subtle refactoring