https://github.com/bluebrain/atlas-splitter

Tools to split brain atlas regions and refine annotations

https://github.com/bluebrain/atlas-splitter

Science Score: 54.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
    Links to: zenodo.org
  • Committers with academic emails
    3 of 3 committers (100.0%) from academic institutions
  • Institutional organization owner
    Organization bluebrain has institutional domain (portal.bluebrain.epfl.ch)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.6%) to scientific vocabulary

Keywords

atlas build

Keywords from Contributors

neuron
Last synced: 5 months ago · JSON representation

Repository

Tools to split brain atlas regions and refine annotations

Basic Info
  • Host: GitHub
  • Owner: BlueBrain
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 245 KB
Statistics
  • Stars: 1
  • Watchers: 39
  • Forks: 3
  • Open Issues: 3
  • Releases: 5
Archived
Topics
atlas build
Created about 4 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog Contributing License Authors

README.rst

.. 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/atlas-splitter

|banner|

Overview
=========

This project contains tools to split brain atlas regions and refine annotations accordingly.

After installation, you can display the available command lines with the following ``bash`` command:

.. code-block:: bash

    atlas-splitter --help

Installation
============

.. code-block:: bash

    pip install atlas-splitter

Examples
========

To split the layer 2/3 of the AIBS mouse isocortex and save modified hierarchy and annotation files, one performs the following:

Note that the required datasets under `data/*` can be generated by following the example in `atlas-direction-vectors`_.

.. code-block:: bash

   atlas-splitter split-isocortex-layer-23                         \
     --hierarchy-path data/1.json                                  \
     --annotation-path data/ccfv3/annotation_25.nrrd               \
     --direction-vectors-path data/ccfv3/direction_vectors.nrrd    \
     --output-hierarchy-path data/ccfv3/split_hierarchy.json        \
     --output-annotation-path data/ccfv3/split_annotations.nrrd


To add barrel annotations to the Barrel Cortex and save modified hierarchy and annotation files, one performs the following:

.. code-block:: bash

   atlas-splitter split-barrel-columns                        \
     --hierarchy-path data/1.json                                  \
     --annotation-path data/ccfv3/annotation_25.nrrd               \
     --barrels-path data/barrel_positions.feather                   \
     --output-hierarchy-path data/ccfv3/split_hierarchy.json        \
     --output-annotation-path data/ccfv3/split_annotations.nrrd




Instructions for developers
===========================

Run the following commands before submitting your code for review:

.. code-block:: bash

    cd atlas-splitter
    isort -l 100 --profile black atlas_splitter tests setup.py
    black -l 100 atlas_splitter tests setup.py

These formatting operations will help you pass the linting check ``testenv:lint`` defined in ``tox.ini``.

Citation
========

When you use this software, we kindly ask you to cite the following DOI:

.. image:: https://zenodo.org/badge/451806666.svg
   :target: https://zenodo.org/badge/latestdoi/451806666

Acknowledgements
================

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.

For license and authors, see LICENSE.txt and AUTHORS.txt respectively.

Copyright (c) 2022-2024 Blue Brain Project/EPFL

.. _`atlas-direction-vectors`: https://github.com/BlueBrain/atlas-direction-vectors


.. substitutions

.. |banner| image:: doc/source/static/atlas-splitter.jpg

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
  • Push event: 1
  • Fork event: 1
Last Year
  • Push event: 1
  • Fork event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 10
  • Total Committers: 3
  • Avg Commits per committer: 3.333
  • Development Distribution Score (DDS): 0.4
Top Committers
Name Email Commits
Mike Gevaert m****t@e****h 6
Luc Guyot l****t@e****h 3
alex4200 a****z@e****h 1
Committer Domains (Top 20 + Academic)
epfl.ch: 3

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 2
  • Total pull requests: 16
  • Average time to close issues: about 23 hours
  • Average time to close pull requests: 17 days
  • Total issue authors: 2
  • Total pull request authors: 6
  • Average comments per issue: 10.0
  • Average comments per pull request: 1.63
  • Merged pull requests: 12
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Sebastien-PILUSO (1)
  • lecriste (1)
Pull Request Authors
  • mgeplf (11)
  • lecriste (6)
  • eleftherioszisis (4)
  • bbpgithubaudit (3)
  • alTeska (1)
  • alex4200 (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

setup.py pypi
  • atlas-commons >=0.1.4
  • cgal-pybind >=0.1.3
  • click >=7.0
  • numpy >=1.15.0
  • voxcell >=3.0.0
.github/workflows/publish-sdist.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • pypa/gh-action-pypi-publish master composite
.github/workflows/run-tox.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v2 composite