Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@khoroshevskyi khoroshevskyi released this 03 Jan 17:40
4da3297

Changes:

  • Added a new class CreateBEDsetRequest in bedhost/data_models.py to handle BEDset creation requests.
  • Introduced a new API endpoint /v1/bed/{bed_id}/neighbours to get nearest neighbors for a BED record in bedhost/routers/bed_api.py.
  • Implemented a new API endpoint /v1/bedset/create/ to create a new BEDset by providing a registry path to the PEPhub project in bedhost/routers/bedset_api.py.
  • Refactored text_to_bed_search function to include additional logic for handling specific queries in bedhost/routers/bed_api.py.

UI Changes:

  • Added Most similar files table to bed page
  • Improved Mobile friendly ui to both bed and bedset page
  • Improved metadata tables on bed page
  • Added Download pdf button for plots
  • Improved search tables
  • Added creation of bedset UI