You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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