File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
docs/assets/fmriprep-bootcamp-geneva2024/day1-03-bids-hands-on Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 867
867
* Get the `PhaseEncodingDirection` (or directions) of only BOLD files
868
868
]
869
869
870
+ ---
871
+
872
+ # Those having issues on bamboo
873
+
874
+ ``` Bash
875
+ # > > > conda initialize > > >
876
+ # !! Contents within this block are managed by 'conda init' !!
877
+ __conda_setup="$('/opt/ebsofts/Miniconda3/4.9.2/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
878
+ if [ $? -eq 0 ]; then
879
+ eval "$__conda_setup"
880
+ else
881
+ if [ -f "/opt/ebsofts/Miniconda3/4.9.2/etc/profile.d/conda.sh" ]; then
882
+ . "/opt/ebsofts/Miniconda3/4.9.2/etc/profile.d/conda.sh"
883
+ else
884
+ export PATH="/opt/ebsofts/Miniconda3/4.9.2/bin:$PATH"
885
+ fi
886
+ fi
887
+ unset __conda_setup
888
+ # < < < conda initialize < < <
889
+ ```
890
+
891
+
870
892
</ textarea >
871
893
< script src ="https://remarkjs.com/downloads/remark-latest.min.js "> </ script >
872
894
< script src ="/assets/asciinema-player/asciicast-load.js "> </ script >
You can’t perform that action at this time.
0 commit comments