Skip to content

Commit

Permalink
QSMxT: One more syntax error fix..
Browse files Browse the repository at this point in the history
  • Loading branch information
astewartau committed Oct 4, 2023
1 parent cbf7dec commit cee4b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qsmxt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ neurodocker generate ${neurodocker_buildMode} \
--env DEPLOY_BINS="nipypecli:bet:dcm2niix:Bru2:Bru2Nii:tgv_qsm:julia:python3:python:pytest:predict_all.py:qsmxt:dicom-sort:dicom-convert:nifti-convert" \
--env LC_ALL="C.UTF-8" \
--env LANG="C.UTF-8" \
--run="wget https://raw.githubusercontent.com/QSMxT/QSMxT/main/docs/container_readme.md -O /README.md \
--run="wget https://raw.githubusercontent.com/QSMxT/QSMxT/main/docs/container_readme.md -O /README.md" \
--run="sed -i \"s/toolVersion/${toolVersion}/g\" /README.md" \
> ${imageName}.${neurodocker_buildExt}

Expand Down

0 comments on commit cee4b7b

Please sign in to comment.