Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcellteam/libbng
BioNetGen library
https://github.com/mcellteam/libbng
Last synced: 4 days ago
JSON representation
BioNetGen library
- Host: GitHub
- URL: https://github.com/mcellteam/libbng
- Owner: mcellteam
- License: other
- Created: 2021-04-10T18:06:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T18:07:58.000Z (over 3 years ago)
- Last Synced: 2024-11-07T07:49:29.329Z (about 2 months ago)
- Language: C++
- Size: 5.98 MB
- Stars: 1
- Watchers: 19
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libBNG
BioNetGen libraryBuild:
mkdir -p build/release
cd build/release
cmake ../../bng/ -DCMAKE_BUILD_TYPE=Release
make -jRunning tests:
cd test
python test.py