diff --git a/apptainer.def b/apptainer.def index 588d728b..c30a0f25 100644 --- a/apptainer.def +++ b/apptainer.def @@ -81,7 +81,7 @@ Stage: final 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) # Install BIDScoin - # pip install /opt/bidscoin[spec2nii2bids,deface] + # pip install /opt/bidscoin[spec2nii2bids,deface] # Also uncomment in xfiles from builder: `/opt/bidscoin /opt/bidscoin` # pip install bidscoin[spec2nii2bids,deface]==VERSION pip install bidscoin[spec2nii2bids,deface] diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a5d37c75..cd863852 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,7 +4,7 @@ ## [dev] -## [4.5.0] - 2025-02-03 +## [4.5.0] - 2025-02-05 ### Added - An events2bids plugin for converting Presentation logfiles to events tsv-files diff --git a/docs/utilities.rst b/docs/utilities.rst index bb55ddfe..c2d1b55b 100644 --- a/docs/utilities.rst +++ b/docs/utilities.rst @@ -45,6 +45,8 @@ The bidscoin command-line utility serves as a central starting point to test and Show duecredit citations for your BIDS repository. You can also add duecredit summary arguments (without dashes), e.g. `style {apa,harvard1}` or `format {text,bibtex}`. + -r, --reset Restore the settings, plugins and template bidsmaps in your home directory to + their default values --tracking {yes,no,show} Show the usage tracking info {show}, or set usage tracking to {yes} or {no} -v, --version Show the installed version and check for updates