Skip to content

Commit

Permalink
add mrtrix path
Browse files Browse the repository at this point in the history
  • Loading branch information
vnm-neurodesk committed Oct 30, 2024
1 parent 2a4c759 commit a9197db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/micapipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ neurodocker generate ${neurodocker_buildMode} \
--run="mkdir -p ${mountPointList}" \
--workdir /opt \
--install wget git curl ca-certificates unzip \
--env PATH='$PATH':/opt/${toolName}/ \
--env PATH='$PATH':/opt/${toolName}/:/opt/miniconda-22.11.1/envs/micapipe/bin/ \
--env DEPLOY_PATH=/opt/${toolName}/ \
--copy README.md /README.md \
--copy test.sh /test.sh \
Expand Down

0 comments on commit a9197db

Please sign in to comment.