https://github.com/bluebrain/atlas-placement-hints
Tools to compute placement hints in the context of brain atlases.
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 (13.5%) to scientific vocabulary
Keywords
atlas
build
Keywords from Contributors
neuron
Last synced: 5 months ago
·
JSON representation
Repository
Tools to compute placement hints in the context of brain atlases.
Basic Info
Statistics
- Stars: 1
- Watchers: 37
- Forks: 3
- Open Issues: 3
- Releases: 4
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-placement-hints
|banner|
Overview
=========
This project contains tools to compute placement hints.
Placement hints are used by the placement algorithm to place 3D cells in the context of circuit building.
After installation, you can display the available command lines with the following ``bash`` command:
.. code-block:: bash
atlas-placement-hints --help
Installation
============
This python project depends on Ultraliser_ for the algorithms which follow a mesh-based approach.
Once Ultraliser_ is installed, run the following ``bash`` commands:
.. code-block:: bash
pip install atlas-placement-hints
Examples
========
To generate the placement hints datasets for the isocortex, one can do the following:
Note that the required datasets under `data/*` can be generated by following the example in `atlas-splitter`_.
Also note, depending on the resolution of the volume, this may require significant amounts of available RAM).
.. code-block:: bash
atlas-placement-hints isocortex \
--hierarchy-path data/ccfv3/split_hierarcy.json \
--annotation-path data/ccfv3/split_annotations.nrrd \
--direction-vectors-path data/ccfv3/direction_vectors.nrrd \
--algorithm voxel-based \
--output-dir data/
Instructions for developers
===========================
Run the following commands before submitting your code for review:
.. code-block:: bash
cd atlas-placement-hints
isort -l 100 --profile black atlas_placement_hints tests setup.py
black -l 100 atlas_placement_hints 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/451806240.svg
:target: https://zenodo.org/badge/latestdoi/451806240
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
.. _Ultraliser: https://github.com/BlueBrain/Ultraliser
.. _`atlas-splitter`: https://github.com/BlueBrain/atlas-splitter
.. substitutions
.. |banner| image:: doc/source/static/atlas-placement-hints.jpg
Owner
- Name: The Blue Brain Project
- Login: BlueBrain
- Kind: organization
- Email: bbp.opensource@epfl.ch
- Location: Geneva, Switzerland
- Website: https://portal.bluebrain.epfl.ch/
- Repositories: 226
- Profile: https://github.com/BlueBrain
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: 12
- Total Committers: 3
- Avg Commits per committer: 4.0
- Development Distribution Score (DDS): 0.417
Top Committers
| Name | Commits | |
|---|---|---|
| MikeG | m****t@e****h | 7 |
| lguyot | l****t@e****h | 3 |
| alex4200 | a****z@e****h | 2 |
Committer Domains (Top 20 + Academic)
epfl.ch: 3
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 5
- Total pull requests: 22
- Average time to close issues: 4 months
- Average time to close pull requests: about 1 month
- Total issue authors: 4
- Total pull request authors: 7
- Average comments per issue: 4.8
- Average comments per pull request: 3.95
- Merged pull requests: 16
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 2
- Average time to close issues: 6 days
- Average time to close pull requests: 4 days
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 2.0
- Average comments per pull request: 3.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- alTeska (2)
- asoplata (1)
- lecriste (1)
- arnaudon (1)
Pull Request Authors
- mgeplf (10)
- arnaudon (8)
- asoplata (7)
- alTeska (3)
- bbpgithubaudit (3)
- alex4200 (2)
- jdcourcol (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
setup.py
pypi
- atlas-commons >=0.1.4
- cached-property >=1.5.2
- cgal-pybind >=0.1.4
- click >=7.0
- networkx >=2.4
- numpy >=1.15.0
- rtree >=0.8.3
- scipy >=1.4.1
- tqdm >=4.44.1
- trimesh >=2.38.10
- 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