File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Stage: final
8181 apt -y --no-install-recommends install python3-pyqt6 build-essential libgl1 libxcb-cursor0 dbus qt6-wayland && apt clean # Add build-essential for newer python:3-slim base images (pip needs gcc and wayland support is not yet provided for)
8282
8383 # Install BIDScoin
84- # pip install /opt/bidscoin[spec2nii2bids,deface]
84+ # pip install /opt/bidscoin[spec2nii2bids,deface] # Also uncomment in xfiles from builder: `/opt/bidscoin /opt/bidscoin`
8585 # pip install bidscoin[spec2nii2bids,deface]==VERSION
8686 pip install bidscoin[spec2nii2bids,deface]
8787
Original file line number Diff line number Diff line change 44
55## [ dev]
66
7- ## [ 4.5.0] - 2025-02-03
7+ ## [ 4.5.0] - 2025-02-05
88
99### Added
1010- An events2bids plugin for converting Presentation logfiles to events tsv-files
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ The bidscoin command-line utility serves as a central starting point to test and
4545 Show duecredit citations for your BIDS repository. You can also add duecredit
4646 summary arguments (without dashes), e.g. `style {apa,harvard1}` or `format
4747 {text,bibtex}`.
48+ -r, --reset Restore the settings, plugins and template bidsmaps in your home directory to
49+ their default values
4850 --tracking {yes,no,show}
4951 Show the usage tracking info {show}, or set usage tracking to {yes} or {no}
5052 -v, --version Show the installed version and check for updates
You can’t perform that action at this time.
0 commit comments