Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcellteam/libbng

BioNetGen library
https://github.com/mcellteam/libbng

Last synced: 4 days ago
JSON representation

BioNetGen library

Awesome Lists containing this project

README

        

# libBNG
BioNetGen library

Build:

mkdir -p build/release
cd build/release
cmake ../../bng/ -DCMAKE_BUILD_TYPE=Release
make -j

Running tests:

cd test
python test.py