Skip to content

FAIRiCUBE/wormpicker-web

Repository files navigation

Wormpicker Web

A web version of the wormpicker tool https://github.com/FAIRiCUBE/uc3-drosophola-genetics/tree/main/projects/WormPickerOOP

Clone repository from git

git clone https://github.com/FAIRiCUBE/wormpicker-web

Set environment varables

Create a file called .env in the root folder and set the variables

RASDAMAN_SERVICE_ENDPOINT=
RASDAMAN_CRED_USERNAME=
RASDAMAN_CRED_PASSWORD=
API_PORT=5000
CLIENT_PORT=80

Docker

Make sure you have Docker engine installed. (https://www.docker.com/)
Then build and run the docker-compose file.

# build and run
docker compose up --build -d
# Access at: http://localhost

About

A web version of the wormpicker tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published