Skip to content

databio/bedhost

Repository files navigation

bedhost

Code style: black Github badge

bedhost is a Python FastAPI module for the API that powers BEDbase. It needs a path to the bedbase configuration file, which can be provided either via -c/--config argument or read from $BEDBASE_CONFIG environment variable.


Deployed public instance: https://bedbase.org/

Documentation: https://docs.bedbase.org/bedhost

API: https://api.bedbase.org/

DEV API: https://api-dev.bedbase.org/

UI: https://bedbase.org/

DEV UI: https://dev.bedhost.pages.dev/

Source Code: https://github.com/databio/bedhost/