Skip to content

Commit

Permalink
Upgrade to 4.3.1 (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers authored Mar 28, 2024
1 parent 8e34329 commit 56bb2f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions recipes/bidscoin/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@

----------------------------------
## bidscoin/4.3.0 ##
## bidscoin/4.3.1 ##
Contains a GUI and CLI tools needed for DICOM to BIDS conversion, as well as MRS spectroscopy and physiological data to BIDS conversion

Tools included (NB: some tools that depend on FSL or FreeSurfer are not included):
Tools included:
```
dcm2niix: https://github.com/rordenlab/dcm2niix (v1.0.20240202)
spec2nii: https://github.com/wtclarke/spec2nii (v0.7.2)
bidscoin: https://bidscoin.readthedocs.io/en/4.3.0
spec2nii: https://github.com/wtclarke/spec2nii (v0.7.3)
bidscoin: https://bidscoin.readthedocs.io/en/4.3.1
bidscoin
bidscoiner
bidseditor
bidsmapper
bidsparticipants
deface
dicomsort
echocombine
medeface
physio2tsv
plotphysio
rawmapper
Expand All @@ -39,6 +41,6 @@ Citation:
Zwiers MP, Moia S, Oostenveld R. BIDScoin: A User-Friendly Application to Convert Source Data to Brain Imaging Data Structure. Front Neuroinform. 2022 Jan 13;15:770608. doi: 10.3389/fninf.2021.770608. PMID: 35095452; PMCID: PMC8792932.
```

To run container outside of this environment: ml bidscoin/4.3.0
To run container outside of this environment: ml bidscoin/4.3.1

----------------------------------
4 changes: 2 additions & 2 deletions recipes/bidscoin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

# this template file builds tools required for dicom conversion to bids
export toolName='bidscoin'
export toolVersion='4.3.0' # Don't forget to update version change in README.md!!!!!
export toolVersion='4.3.1' # Don't forget to update version change in README.md!!!!!

if [ "$1" != "" ]; then
echo "Entering Debug mode"
Expand All @@ -29,7 +29,7 @@ neurodocker generate ${neurodocker_buildMode} `# Based on Singularity .def file
--install curl \
`# Install pigz (to speed up dcm2niix)` \
--install pigz \
`# Install the 4.2.1+Qt5 branch from Github` \
`# Install the +qt5 branch from Github` \
`# NOTE: PyQt5 is installed as Debian package to solve dependencies issues occurring when installed with pip.` \
--install python3-pyqt5 \
--miniconda version=latest \
Expand Down

0 comments on commit 56bb2f3

Please sign in to comment.