Skip to content

Releases: bento-platform/gohan

Version 3.7.3

08 Feb 18:45
0d12297
Compare
Choose a tag to compare
  • fixed ingestion workflow bug
  • removed outdated code

Version 3.7.2

25 Jan 01:41
ca96b8e
Compare
Choose a tag to compare
  • drs data path change reversion

Version 3.7.1

24 Jan 23:06
8f5a459
Compare
Choose a tag to compare

accommodating drs upgrade to v0.8.0

Version 3.7.0

24 Jan 01:17
35ecacb
Compare
Choose a tag to compare
  • 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

13 Dec 22:18
027c860
Compare
Choose a tag to compare
  • patching api build host uid and gid

Version 3.6.0

13 Dec 18:48
c632b0a
Compare
Choose a tag to compare
  • includes qa/v3.5 patches
  • implemented gohan-api ci build github workflow

Version 3.5.3

16 Sep 17:37
037ffa6
Compare
Choose a tag to compare
  • patched drs upload error handling
  • docker-compose & makefile patches

Version 3.5.2

23 Aug 15:41
Compare
Choose a tag to compare

Fix

  • Disable upx library installation due to lack of support on ARM64 architecture which prevents building container on M1 processors.

Version 3.5.1

11 May 21:26
7a683df
Compare
Choose a tag to compare
  • improved table management
  • parameterized service-info
  • better support on macos
  • other minor refactoring

Version 3.5.0

26 Apr 18:08
2bbee4f
Compare
Choose a tag to compare
  • 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