Following steps can be followed to start contributing to this project:
- Fork this repository (Galaxy Jupyterlab).
- Create a new branch.
- Install Docker (version: 20.10.13) on the host machine
- New packages can be added or existing packages can be updated in the Dockerfile
- Container can be built, run and updated in docker hub:
docker build -t new_container:latest .
docker tag new_container:latest <<docker username>>/<<new tag name>>
docker push <<docker username>>/<<new tag name>>
- Anup Kumar (Main contributor: developed the project).
- Gianmauro Cuccuru (Deployed the project on Galaxy Europe (https://usegalaxy.eu/)).
- Björn Grüning (Devised the idea of the project).
- ...