This repository contains the data, code and manuscript of Control of Parallelized Bioreactors II - Probabilistic Quantification of Carboxylic Acid Reductase Activity for Bioprocess Optimization (2022), N. von den Eichen, M. Osthege, M. Dölle, L. Bromig, W. Wiechert, M. Oldiges, D. Weuster-Botz.
/datacontains the raw experimental data/manuscriptincludes the manuscript TeX files and figures/codecontains Jupyter notebooks and Python modules for the data processing pipeline
An environment.yml file is provided.
You can create an environment for running the data analysis with
conda env create -f environment.ymlEach step of the data analysis pipeline is a function in /code/pipeline.py.
We ran these steps in a parallelized setup on a cluster.
The important part is to run the tasks in the order found in code/pipeline_run_all.py.