Skip to main content

Crate refget_server

Crate refget_server 

Source
Expand description

Axum router library for GA4GH refget Sequences v2.0.0 and Sequence Collections v1.0.0.

Structs§

RefgetConfig
Configuration for the refget server.
RefgetState
Shared application state passed to all handlers.
ServiceInfoConfig
Optional GA4GH service-info metadata fields.

Functions§

refget_router
Create the combined refget router with both sequences and sequence collections endpoints.
seqcol_router
Create the sequence collections-only router (Sequence Collections v1.0.0 endpoints).
sequences_router
Create the sequences-only router (Sequences v2.0.0 endpoints).