Skip to content

Commit

Permalink
Add lazybids and lazybids-ui to tools.yml (#607)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
roelant001 and pre-commit-ci[bot] authored Jan 9, 2025
1 parent 69463e5 commit 82fedec
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions data/tools/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,31 @@
- name: pypi
url: https://pypi.org/project/pybids/

- name: LazyBIDS
repo_url: https://github.com/lazybids/lazybids
documentation: https://lazybids.github.io/lazybids/
category: index and query
language:
- Python
description: Python package to interact with BIDS datasets in a pythonic way. A BIDS dataset is read to hierarchical pydantic models (e.g. dataset->subjects->sessions->scans),
variables are accesibles as model properties, tables, SimpleITK Images and numpy arrays. Also serves as python client for lazybids-ui server.
distribution:
- name: pypi
url: https://pypi.org/project/lazybids/

- name: LazyBIDS-ui
repo_url: https://github.com/lazybids/lazybids-ui
documentation: https://lazybids.github.io/lazybids-ui/
category: data annotation
language:
- Python
- HTML
description: FastAPI web server providing a GUI to explore (imaging) BIDS datasets interactively, also provides (XNAT-like) REST-API to access (parts
of) datasets on a client machine. Uses NiiVue to view and navigate (3D) images in the browser.
distribution:
- name: pypi
url: https://pypi.org/project/lazybids-ui/

- name: ancp-bids
repo_url: https://github.com/ANCPLabOldenburg/ancp-bids
documentation: https://ancpbids.readthedocs.io/en/latest/
Expand Down

0 comments on commit 82fedec

Please sign in to comment.