Phycogem

Modeling phycospheric metabolic interactions in python

APACHE-2.0 License

Stars
0
Committers
1

Reconstructing phycospheric metabolic networks

Updating CarveME's universe curation pipeline in this fork

๐Ÿ’ก About

This repo contains Python code and Jupyter Notebooks aimed at facilitating the reconstruction and analysis of community genome-scale models reconstructed from genome data.

๐Ÿ”ง Installation

To install the package, first clone the repo and create the conda environment. We recomend using mamba instead of conda to speed up the process:

git clone https://github.com/Robaina/Phycogem.git
cd Phycogem
mamba env create -f envs/phycogem-dev.yml
conda activate phycogem-dev

Then build and install the package:

poetry build
pip install dist/phycogem*.whl

๐Ÿš€ Usage

To use the package, activate the Conda environment:

conda activate phycogem-dev

This environment includes a Jupyter Notebook ipykernel, so the package can be used in a notebook as well.

๐Ÿ“” Notebooks

This repo contains several Notebooks to exemply the use of the package. They can be found within the notebooks folder.

Badges
Extracted from project README
Project Status: Active โ€“ The project has reached a stable, usable state and is being actively developed. Code style: black
Related Projects