-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2339f1b
commit 290321c
Showing
10 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,11 +35,11 @@ If you do not have git (or any other version control system) installed you can ` | |
$ pip install ./bidscoin[dcm2niix2bids] | ||
If you are installing BIDScoin on an older system and you are getting Qt6 errors, you can try to install a ``+qt5`` build, e.g. for version 4.3.1: | ||
If you are installing BIDScoin on an older system and you are getting Qt6 errors, you can try to install a ``+qt5`` build, e.g. for version 4.3.2: | ||
|
||
.. code-block:: console | ||
$ pip install bidscoin[dcm2niix2bids]@git+https://github.com/Donders-Institute/[email protected].1+qt5 | ||
$ pip install bidscoin[dcm2niix2bids]@git+https://github.com/Donders-Institute/[email protected].2+qt5 | ||
Updating BIDScoin | ||
^^^^^^^^^^^^^^^^^ | ||
|
@@ -92,7 +92,7 @@ An alternative for installing Python, BIDScoin and it's dependencies yourself is | |
The current Apptainer image includes: | ||
|
||
* Debian stable, | ||
* The latest stable release (v4.3.1+qt5) of BIDScoin | ||
* The latest stable release (v4.3.2+qt5) of BIDScoin | ||
* The latest versions of dcm2niix, pydeface, spec2nii | ||
|
||
This image does not include FreeSurfer/synthstrip (needed for ``skullstrip``) | ||
|
@@ -148,7 +148,7 @@ If the Apptainer container is not working for you, it is also possible to use a | |
The current Docker image includes the same as the Apptainer image: | ||
|
||
* Debian stable, | ||
* The latest stable release of BIDScoin (v4.3.1+qt5) | ||
* The latest stable release of BIDScoin (v4.3.2+qt5) | ||
* The latest versions of dcm2niix, pydeface, spec2nii and some FSL tools | ||
|
||
Likewise, the current image does not include FreeSurfer/synthstrip (needed for ``skullstrip``) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters