Skip to content

Running a BIGSI server

Zhicheng Liu edited this page Jul 6, 2020 · 1 revision

BIGSI uses hug to provide an API layer.

Local server

To run your own local server simply run

hug -f bigsi/__main__.py

To test

curl http://localhost:8000/search?seq=ACACAAACCATGGCCGGACGCAGCTTTCTGA
Clone this wiki locally