Skip to content

Commit

Permalink
[ENH] Update BIDS validator to 1.8.4 (#671)
Browse files Browse the repository at this point in the history
* use newer bids-validator

* extra argument in 3dWarp
  • Loading branch information
mattcieslak authored Jan 11, 2024
1 parent f882ce5 commit eda84d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/MultiT1w.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ rm -rf data/DSDTI/sub-PNC/fmap
# Create a shifted version of the t1w
if [[ "${IN_CI}" = 'true' ]]; then
3dWarp \
${IMAGE} \
-matvec_in2out 'MATRIX(1,0,0,2,0,1,0,4,0,0,1,1)' \
-gridset ${BIDS_INPUT_DIR}/sub-PNC/anat/sub-PNC_T1w.nii.gz \
-prefix ${BIDS_INPUT_DIR}/sub-PNC/anat/sub-PNC_run-02_T1w.nii.gz \
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

.dockersetup: &dockersetup
docker:
- image: pennbbl/qsiprep_build:24.1.0
- image: pennbbl/qsiprep_build:24.1.4
working_directory: /src/qsiprep

runinstall: &runinstall
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && \
COPY . /src/qsiprep
RUN python -m build /src/qsiprep

FROM pennbbl/qsiprep_build:24.1.0
FROM pennbbl/qsiprep_build:24.1.4

# Install qsiprep wheel
COPY --from=wheelstage /src/qsiprep/dist/*.whl .
Expand Down

0 comments on commit eda84d5

Please sign in to comment.