Closed MalinAhlberg closed 6 months ago
Adds a beacon with data from ejprd-data. Follow instructions in docs/beacon.md:
docs/beacon.md
git submodule init
git submodule update --remote
docker compose up
config/beacon_db_load.sh
curl localhost:5050/api | jq .
curl 'https://beacon.gdi.elixir-greece.org/api/g_variants?referenceName=22&start=16050114&end=16050115&referenceBases=A&alternateBases=G' | jq .
Future work: connecting to lsaai. This instance will only work with the datasets from ejprd-data. No authorization is done.
ejprd-data
Adds a beacon with data from ejprd-data. Follow instructions in
docs/beacon.md
:git submodule init
git submodule update --remote
to checkout the beaconized datadocker compose up
config/beacon_db_load.sh
to load all data to the dbcurl localhost:5050/api | jq .
Future work: connecting to lsaai. This instance will only work with the datasets from
ejprd-data
. No authorization is done.