https://github.com/mcellteam/libbng
BioNetGen library
https://github.com/mcellteam/libbng
Last synced: 4 months ago
JSON representation
BioNetGen library
- Host: GitHub
- URL: https://github.com/mcellteam/libbng
- Owner: mcellteam
- License: other
- Created: 2021-04-10T18:06:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-02T20:24:25.000Z (about 1 year ago)
- Last Synced: 2025-05-18T01:36:35.436Z (about 1 year ago)
- Language: C++
- Size: 23.6 MB
- Stars: 1
- Watchers: 18
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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