https://github.com/hackuarium/bioreactor
https://github.com/hackuarium/bioreactor
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackuarium/bioreactor
- Owner: Hackuarium
- Created: 2020-01-10T10:09:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T15:31:45.000Z (over 3 years ago)
- Last Synced: 2025-09-05T03:25:43.978Z (9 months ago)
- Language: HTML
- Homepage: https://hackuarium.github.io/bioreactor/
- Size: 57.3 MB
- Stars: 5
- Watchers: 11
- Forks: 5
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# bioreactor
Please refer to the [documentation](https://hackuarium.github.io/bioreactor/) for all useful information.
[](https://doi.org/10.5281/zenodo.7326908)
## Cloning the project
This project uses SUBMODULES.
In order to clone it use:
`git clone --recurse-submodules https://github.com/Hackuarium/bioreactor.git`
## Pull and update submodules
You should run this commande every time you want to pull:
`git pull --recurse-submodules`
## Submodules update only
To update the submodules:
`git submodule update --recursive --remote`