diff --git a/docs/assets/fmriprep-bootcamp-geneva2024/day1-03-bids-hands-on/index.html b/docs/assets/fmriprep-bootcamp-geneva2024/day1-03-bids-hands-on/index.html index a7f5165..d328146 100644 --- a/docs/assets/fmriprep-bootcamp-geneva2024/day1-03-bids-hands-on/index.html +++ b/docs/assets/fmriprep-bootcamp-geneva2024/day1-03-bids-hands-on/index.html @@ -867,6 +867,28 @@ * Get the `PhaseEncodingDirection` (or directions) of only BOLD files ] +--- + +# Those having issues on bamboo + +``` Bash +# >>> conda initialize >>> +# !! Contents within this block are managed by 'conda init' !! +__conda_setup="$('/opt/ebsofts/Miniconda3/4.9.2/bin/conda' 'shell.bash' 'hook' 2> /dev/null)" +if [ $? -eq 0 ]; then + eval "$__conda_setup" +else + if [ -f "/opt/ebsofts/Miniconda3/4.9.2/etc/profile.d/conda.sh" ]; then + . "/opt/ebsofts/Miniconda3/4.9.2/etc/profile.d/conda.sh" + else + export PATH="/opt/ebsofts/Miniconda3/4.9.2/bin:$PATH" + fi +fi +unset __conda_setup +# <<< conda initialize <<< +``` + +