π©βπ¬ An integrated environment for metabolic network analysis
There are two ways to install CNApy:
Video tutorials
import testscript
testscript.run(cna)
We use conda as package manager to install all dependencies. You can use miniconda. If you have conda installed you can:
conda env create -n cnapy -f environment.yml
Activate the cnapy conda environment
conda activate cnapy
Checkout the latest cnapy development version using git
git clone https://github.com/cnapy-org/CNApy.git
Change into the source directory and install CNApy
cd CNApy
Run CNApy
python cnapy.py
How to make a contribution to CNApy?
Any contribution intentionally submitted for inclusion in the work by you, shall be licensed under the terms of the Apache 2.0 license without any additional terms or conditions.