Skip to content

african-pathogen-archive/muse

 
 

Repository files navigation

Muse

Molecular Upload Submission sErvice

DEV environment setup

A docker-compose setup is available with all required services for MUSE in ./compose.

Run:

Move to compose folder: cd compose

Initialize dependency services: ./init-dep.sh

Note: Sometimes SONG-server might fail to start if DB is not ready yet; restart should fix it

Using DEV setup:

JWT with READ/WRITE scopes for SONG, score and MUSE (DOMAIN) can be generated from ego with:

curl -X POST "http://localhost:8081/oauth/token?client_id=admin&client_secret=adminSecret&grant_type=client_credentials" -H "accept: application/json"

About

Molecular Upload Submission sErvice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.4%
  • Other 1.6%