You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# First install pyqt5 as Debian package to solve dependencies issues occurring when installed with pip
19
-
# Then install the latest stable BIDScoin release from Python repository
19
+
# Then install the latest stable BIDScoin Qt5 release from Github (install the normal Qt6 branch from PyPi when using recent base images such as Ubuntu:22.04)
# Install the latest stable BIDScoin release from Python repository
53
+
# Install the latest stable BIDScoin Qt5 release from Github (install the normal Qt6 branch from PyPi when using recent base images such as Ubuntu:22.04)
54
54
# NOTE: PyQt5 is installed as Debian package to solve dependencies issues occurring when installed with pip
version: 4.1.1# BIDScoin version (should correspond with the version in pyproject.toml)
25
+
version: 4.2.0# BIDScoin version (should correspond with the version in pyproject.toml)
26
26
bidsignore: mrs/;extra_data/;sub-*_ct.* # Semicolon-separated list of entries that are added to the .bidsignore file (for more info, see BIDS specifications), e.g. extra_data/;pet/;myfile.txt;yourfile.csv
27
27
subprefix: sub- # The subject prefix of the source data
28
28
sesprefix: ses- # The session prefix of the source data
version: 4.1.1# BIDScoin version (should correspond with the version in pyproject.toml)
24
+
version: 4.2.0# BIDScoin version (should correspond with the version in pyproject.toml)
25
25
bidsignore: mrs/;extra_data/ # Semicolon-separated list of entries that are added to the .bidsignore file (for more info, see BIDS specifications), e.g. extra_data/;pet/;myfile.txt;yourfile.csv
26
26
subprefix: sub- # The subject prefix of the source data
27
27
sesprefix: ses- # The session prefix of the source data
version: 4.1.1# BIDScoin version (should correspond with the version in pyproject.toml)
23
+
version: 4.2.0# BIDScoin version (should correspond with the version in pyproject.toml)
24
24
bidsignore: mrs/;extra_data/ # Semicolon-separated list of entries that are added to the .bidsignore file (for more info, see BIDS specifications), e.g. extra_data/;pet/;myfile.txt;yourfile.csv
25
25
subprefix: sub- # The subject prefix of the source data
26
26
sesprefix: ses- # The session prefix of the source data
0 commit comments