Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] add bids2table and ancpbids #456

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions data/tools/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
# - name: dockerhub
# url:

- name: ancp-bids
url: https://github.com/ANCPLabOldenburg/ancp-bids
documentation: https://ancpbids.readthedocs.io/en/latest/
language:
- python
description: A Python package to read/write/query/validate BIDS datasets.
distribution:
- name: pypi
url: https://pypi.org/project/ancpbids/

- name: babs
url: https://github.com/PennLINC/babs
documentation: https://pennlinc-babs.readthedocs.io/
Expand All @@ -28,6 +38,16 @@
- Python
description: Python module allowing complete manipulation of BIDS data

- name: bids2table
url: https://github.com/childmindresearch/bids2table
documentation: https://childmindresearch.github.io/bids2table/bids2table.html
language:
- python
description: bids2table is a library for efficiently indexing and querying large-scale BIDS neuroimaging datasets and derivatives.
distribution:
- name: pypi
url: https://pypi.org/project/bids2table/

- name: bids-cfood
url: https://gitlab.indiscale.com/caosdb/src/crawler-cfoods/bids-cfood
language:
Expand Down