Skip to content

jamesgking/libsonatareport

 
 

Repository files navigation

libSonata Logo C++ / Python reader for SONATA reports files: https://github.com/AllenInstitute/sonata/blob/master/docs/SONATA_DEVELOPER_GUIDE.md

Coverage Status clang-format unit tests

Installation

Building the C++ library

git clone git@github.com:BlueBrain/libsonatareport.git --recursive
cd libsonatareport
mkdir build && cd build
cmake  -DCMAKE_BUILD_TYPE=Release  -DSONATA_REPORT_ENABLE_SUBMODULES=ON ..
make -j

Funding & Acknowledgment

The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government's ETH Board of the Swiss Federal Institutes of Technology.

Copyright © 2019-2021 Blue Brain Project/EPFL

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.0%
  • CMake 14.6%
  • C 4.2%
  • Shell 2.2%