Skip to content

african-pathogen-archive/muse

This branch is 1 commit ahead of, 1 commit behind virusseq/muse:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a979d9 · Aug 12, 2024
Mar 26, 2021
Aug 10, 2021
Aug 10, 2021
Aug 17, 2022
Aug 8, 2022
Mar 29, 2021
May 28, 2024
Mar 26, 2021
Apr 12, 2021
Mar 26, 2021
Mar 26, 2021
Aug 12, 2024
Apr 13, 2021

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%