neuroconv
Create NWB files by converting and combining neural data in proprietary formats and adding essential metadata.
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
2 of 19 committers (10.5%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.4%) to scientific vocabulary
Keywords from Contributors
Repository
Create NWB files by converting and combining neural data in proprietary formats and adding essential metadata.
Basic Info
- Host: GitHub
- Owner: catalystneuro
- License: bsd-3-clause
- Language: Python
- Default Branch: main
- Homepage: https://neuroconv.readthedocs.io
- Size: 18.4 MB
Statistics
- Stars: 62
- Watchers: 3
- Forks: 30
- Open Issues: 129
- Releases: 36
Metadata Files
README.md
Automatically convert neurophysiology data to NWB
Table of Contents
About
NeuroConv is a Python package for converting neurophysiology data in a variety of proprietary formats to the Neurodata Without Borders (NWB) standard.
Features:
- Reads data from 40 popular neurophysiology data formats and writes to NWB using best practices.
- Extracts relevant metadata from each format.
- Handles large data volume by reading datasets piece-wise.
- Minimizes the size of the NWB files by automatically applying chunking and lossless compression.
- Supports ensembles of multiple data streams, and supports common methods for temporal alignment of streams.
Installation
We always recommend installing and running Python packages in a clean environment. One way to do this is via conda environments:
shell
conda create --name <give the environment a name> --python <choose a version of Python to use>
conda activate <environment name>
To install the latest stable release of neuroconv though PyPI, run:
shell
pip install neuroconv
To install the current unreleased main branch (requires git to be installed in your environment, such was via conda install git), run:
shell
pip install git+https://github.com/catalystneuro/neuroconv.git@main
NeuroConv also supports a variety of extra dependencies that can be specified inside square brackets, such as
shell
pip install "neuroconv[openephys, dandi]"
which will then install extra dependencies related to reading OpenEphys data as well as the usage of the DANDI CLI (such as automatic upload to the DANDI Archive).
You can read more about these options in the main installation guide.
Documentation
See our ReadTheDocs page for full documentation, including a gallery of all supported formats.
License
NeuroConv is distributed under the BSD3 License. See LICENSE for more information.
Owner
- Name: CatalystNeuro
- Login: catalystneuro
- Kind: organization
- Email: hello@catalystneuro.com
- Website: catalystneuro.com
- Twitter: catalystneuro
- Repositories: 87
- Profile: https://github.com/catalystneuro
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Baker
given-names: Cody
orcid: https://orcid.org/0000-0002-0829-4790
- family-names: Mayorquin
given-names: Heberto
orcid: https://orcid.org/0000-0002-5937-7537
- family-names: Weigl
given-names: Anna Szonja
orcid: https://orcid.org/0000-0001-6615-1360
- family-names: Tauffer
given-names: Luiz
- family-names: Buccino
given-names: Alessio Paolo
orcid: https://orcid.org/0000-0003-3661-527X
- family-names: Sharda
given-names: Saksham
- family-names: Dichter
given-names: Benjamin
orcid: https://orcid.org/0000-0001-5725-6910
title: "NeuroConv"
version: 0.3.0
date-released: 2023-06-07
url: "https://github.com/catalystneuro/neuroconv.git"
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 4,131
- Total Committers: 19
- Avg Commits per committer: 217.421
- Development Distribution Score (DDS): 0.784
Top Committers
| Name | Commits | |
|---|---|---|
| Cody Baker | 5****D@u****m | 892 |
| h-mayorquin | h****n@g****m | 692 |
| Cody Baker | c****9@n****u | 587 |
| CodyCBakerPhD | c****d@g****m | 459 |
| bendichter | b****r@g****m | 411 |
| luiztauffer | l****r@h****m | 386 |
| weiglszonja | w****a@g****m | 204 |
| pre-commit-ci[bot] | 6****]@u****m | 169 |
| Saksham Sharda | s****a@g****m | 151 |
| Alessio Buccino | a****7@g****m | 53 |
| Cody Baker | c****d@g****m | 36 |
| sbuergers | s****s@g****m | 31 |
| Julia Sprenger | j****r@r****e | 28 |
| Saksham Sharda | 1****0@u****m | 14 |
| Steffen Bürgers | 3****s@u****m | 7 |
| dependabot[bot] | 4****]@u****m | 5 |
| Yaroslav Halchenko | d****n@o****m | 4 |
| luiz | l****r@o****m | 1 |
| wuffi | 2****i@u****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 324
- Total pull requests: 1,298
- Average time to close issues: 5 months
- Average time to close pull requests: 27 days
- Total issue authors: 65
- Total pull request authors: 20
- Average comments per issue: 2.38
- Average comments per pull request: 2.43
- Merged pull requests: 967
- Bot issues: 0
- Bot pull requests: 59
Past Year
- Issues: 137
- Pull requests: 500
- Average time to close issues: 14 days
- Average time to close pull requests: 9 days
- Issue authors: 32
- Pull request authors: 14
- Average comments per issue: 1.04
- Average comments per pull request: 1.8
- Merged pull requests: 348
- Bot issues: 0
- Bot pull requests: 24
Top Authors
Issue Authors
- h-mayorquin (58)
- bendichter (55)
- CodyCBakerPhD (41)
- pauladkisson (39)
- rly (16)
- weiglszonja (11)
- tabedzki (8)
- luiztauffer (6)
- vigji (5)
- tuanpham96 (4)
- garrettmflynn (4)
- magland (3)
- Jai477 (3)
- TheChymera (3)
- yarikoptic (3)
Pull Request Authors
- h-mayorquin (542)
- CodyCBakerPhD (282)
- bendichter (172)
- pauladkisson (108)
- pre-commit-ci[bot] (59)
- weiglszonja (34)
- Copilot (19)
- alejoe91 (15)
- luiztauffer (13)
- alessandratrapani (12)
- rly (8)
- daphnedequatrebarbes (8)
- garrettmflynn (7)
- felixp8 (5)
- magland (4)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 5,150 last-month
- Total dependent packages: 6
- Total dependent repositories: 8
- Total versions: 36
- Total maintainers: 3
pypi.org: neuroconv
Convert data from proprietary formats to NWB format.
- Homepage: https://github.com/catalystneuro/neuroconv
- Documentation: https://neuroconv.readthedocs.io/
- License: BSD 3-Clause License Copyright (c) 2019, Neurodata Without Borders All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
Latest release: 0.8.0
published 7 months ago
Rankings
Maintainers (3)
Dependencies
- PyYAML >=5.4
- click *
- dandi ==0.39.6
- h5py >=2.10.0
- hdmf >=3.2.1
- jsonschema >=3.2.0
- lxml >=4.6.5
- natsort >=7.1.1
- neo >=0.9.0
- numpy >=1.22.0
- numpy >=1.21.0
- psutil >=5.8.0
- pynwb >=1.4.0
- pyopenephys >=1.1.2
- roiextractors ==0.4.18
- scipy >=1.4.1
- spikeextractors >=0.9.10
- tqdm >=4.60.0
- Jinja2 <3.1
- Sphinx ==5.1.1
- myst_parser ==0.18.0
- readthedocs-sphinx-search ==0.1.2
- sphinx-copybutton ==0.5.0
- sphinx-toggleprompt ==0.2.0
- sphinx_rtd_theme ==1.0.0
- ndx-dandi-icephys >=0.4.0 test
- ndx-events ==0.2.0 test
- parameterized ==0.8.1 test
- pytest * test
- pytest-cov * test
- leonsteinhaeuser/project-beta-automations v1.2.1 composite
- actions/checkout v3 composite
- tj-actions/changed-files v29.0.4 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- pypa/gh-action-pypi-publish v1.4.2 composite
- actions/checkout v3 composite
- codespell-project/actions-codespell v1 composite
- re-actors/alls-green release/v1 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- s-weigand/setup-conda v1 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- s-weigand/setup-conda v1 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- s-weigand/setup-conda v1 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- s-weigand/setup-conda v1 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- codecov/codecov-action v3 composite
- s-weigand/setup-conda v1 composite
- actions/cache v2 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- keithweaver/aws-s3-github-action v1.0.0 composite
- s-weigand/setup-conda v1 composite
- ndx-sound >=0.2.0
- dlc2nwb >=0.3
- tables *
- natsort >=8.3.1
- ndx-miniscope >=0.5.1
- av >=10.0.0
- sleap-io >=0.0.2
- opencv-python-headless >=4.5.1.48
- opencv-python-headless >=4.5.1.48,<4.7.0.72
- opencv-python-headless >=4.5.1.48,<4.7
- hdf5storage >=0.1.18
- pymatreader >=0.0.32
- numpy <1.25.0
- pyedflib >=0.1.30
- pyintan >=0.3.0
- MEArec >=1.8.0
- natsort >=7.1.1
- lxml >=4.6.5
- pyopenephys >=1.1.2
- packaging <22.0
- spikeinterface >=0.98.2
- sonpy >=1.7.1
- spikeextractors *
- ndx-dandi-icephys >=0.4.0
- neo >=0.9.0
- tifffile >=2023.3.21
- tifffile >=2023.3.21
- natsort >=8.3.1
- ndx-miniscope >=0.5.1
- roiextractors >=0.5.3
- scanimage-tiff-reader >=1.4.1
- tiffile >=2018.10.18
- openpyxl *
- xlrd *
- dawidd6/action-send-mail v3 composite
- ndx-pose ==0.1.1
- neuroconv *
- h5py <=3.9.0