https://github.com/bluebrain/libsonatareport

https://github.com/bluebrain/libsonatareport

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: BlueBrain
  • License: other
  • Language: C++
  • Default Branch: master
  • Size: 703 KB
Statistics
  • Stars: 2
  • Watchers: 5
  • Forks: 2
  • Open Issues: 5
  • Releases: 10
Archived
Created over 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Authors

README.md

[!WARNING] The Blue Brain Project concluded in December 2024, so development has ceased under the BlueBrain GitHub organization. Future development will take place at: https://github.com/openbraininstitute/libsonatareport

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

Coverage Status clang-format unit tests

Installation

Building the C++ library

shell git clone git@github.com:BlueBrain/libsonatareport.git --recursive cd libsonatareport cmake -B build -DCMAKE_BUILD_TYPE=Release -DSONATA_REPORT_ENABLE_SUBMODULES=ON -GNinja cmake --build build

Usage

This section provides guidance on how to use the tools provided by libsonatareport for converting report and spike files into the SONATA format.

Prerequisites

Before using the conversion tools, ensure the library is compiled with the converter enabled by including the cmake flag -DSONATA_REPORT_ENABLE_CONVERTER=ON during the installation process described in the "Installation" section.

Tools

Report Converter

Converts .bbp format files, typically containing voltage or current reports from simulations, into the SONATA format.

```shell reportsconverter <reportfilename> [population_name]

Example: reports_converter soma.bbp --soma PopulationA `` This command will convert the soma reportsoma.bbpfor population 'PopulationA' into the SONATA format assoma.bbp.h5`

Spikes Converter

The spikes converter tool is designed to convert old .dat spike files into the SONATA format.

```shell spikesconverter <spikefilename> [population_name]

Example: spikes_converter out.dat PopulationB ```

This command will convert the spike file out.dat for population 'PopulationB' into the SONATA format as out.dat.h5

Additional Information

For more detailed information on the usage of these converters, including additional options and examples, you can run them with the --help flag to display the usage:

shell reports_converter --help spikes_converter --help

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 (c) 2021-2022 Blue Brain Project/EPFL

Owner

  • Name: The Blue Brain Project
  • Login: BlueBrain
  • Kind: organization
  • Email: bbp.opensource@epfl.ch
  • Location: Geneva, Switzerland

Open Source Software produced and used by the Blue Brain Project

GitHub Events

Total
  • Create event: 2
  • Release event: 1
  • Issues event: 4
  • Delete event: 1
  • Member event: 1
  • Issue comment event: 4
  • Push event: 2
  • Pull request review event: 1
  • Pull request event: 2
Last Year
  • Create event: 2
  • Release event: 1
  • Issues event: 4
  • Delete event: 1
  • Member event: 1
  • Issue comment event: 4
  • Push event: 2
  • Pull request review event: 1
  • Pull request event: 2

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 2
  • Total pull requests: 48
  • Average time to close issues: 3 days
  • Average time to close pull requests: 2 months
  • Total issue authors: 2
  • Total pull request authors: 7
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.6
  • Merged pull requests: 40
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 8
  • Average time to close issues: 3 days
  • Average time to close pull requests: 9 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 1.25
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jorblancoa (3)
  • pramodk (1)
Pull Request Authors
  • jorblancoa (30)
  • alkino (12)
  • sergiorg-hpc (6)
  • bbpgithubaudit (2)
  • olupton (2)
  • pramodk (1)
  • WeinaJi (1)
Top Labels
Issue Labels
good first issue (1) bug (1)
Pull Request Labels

Dependencies

.github/workflows/clang_format_check.yaml actions
  • actions/checkout v1 composite
.github/workflows/coverage_test.yaml actions
  • actions/checkout v2 composite
  • coverallsapp/github-action master composite
.github/workflows/run_test.yaml actions
  • actions/checkout v2 composite