Zeqian Li, Ahmed Selim, Seppe Kuehn
Last update: Mar 24th, 2024
snakemake
: snakemake pipeline for bioinformatic pipeline and fba simulation. Seesnakemake/README
.organize_data.ipynb
: organize the three datasetsfigures.ipynb
: Jupyter notebook to generate figuresfigures_*.ipynb:
Jupyter notebook to generate specific panels
figures_SI.ipynb
: code to generate SI figuresworkflows/gapfill
: snakemake pipelines to study the effects of gap-filled carbons.
Data files are deposited to the Open Science Framework (OSF)
- If you use conda environments or pyenv, create and switch to a new environment.
- Install packages
pip install -r requirements.txt
- Download data
mkdir data && cd data
osf -p jwkr7 clone
mv -v data/jwkr7/osfstorage/* .
rm -rf jwkr7
figure_data.zip
contains pre-trained data saved in pickle.
Zeqian Li ([email protected])