nextstrain / flora

DB management, APIs, web portals etc.
2 stars 3 forks source link

flora

DB management, APIs, web portals etc. This project is still experimental.

prerequisites

how to run

locally running rethinkDB server

common commands (to be expanded into a tutorial / documentation)

these commands are currently only for testing - flora is not ready for production

Everything is run via python scripts/run [global arguments] CMD [command arguments]. Global arguments include --debug to increase logging verbosity, and --database <str> to define the database (pathogen) name (currently defaults to "test", will be required at some point). To see command arguments, run python scripts/run CMD -h.