Skip to content

Commit a63a87a

Browse files
committed
Minor tweaks
1 parent 07c8b09 commit a63a87a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

apptainer.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

docs/utilities.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)