Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Feb 4, 2025
1 parent 07c8b09 commit a63a87a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apptainer.def
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a63a87a

Please sign in to comment.