An open API service indexing awesome lists of open source software.

https://github.com/hackuarium/bioreactor


https://github.com/hackuarium/bioreactor

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# bioreactor

Please refer to the [documentation](https://hackuarium.github.io/bioreactor/) for all useful information.

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7326908.svg)](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`