We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f2d90 commit 6f5fc17Copy full SHA for 6f5fc17
functions/01_proc-surf.sh
@@ -130,7 +130,7 @@ elif [[ "$surfdir" == "FALSE" ]]; then ((N++))
130
Note "PROC" "$PROC"
131
if [[ "$recon" == "fastsurfer" ]]; then
132
Do_cmd mkdir -p "${dir_surf}/${idBIDS}"
133
- if [[ ${PROC} == "container_micapipe-v0.2.0" ]]; then
+ if [[ ${PROC} == "container_micapipe-v0.2.2" ]]; then
134
Info "FastSurfer: running fastsurfer_cpu environment"
135
source activate fastsurfer_cpu
136
Note "conda" "$(conda info --env | grep '*' | awk -F '*' '{print $2}')"
0 commit comments