Skip to content

Commit

Permalink
Fixup container name
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed May 23, 2018
1 parent 00d8316 commit 8d06840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fsl_glm_magdeburg_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sed -e "s,##BASEPATH##,$(pwd),g" -e "s,##SUB##,sub-02,g" ${srcdir}/scripts/ffa_d
datalad add --to-git sub-02/*.fsf -m "FSL FEAT analysis config script"

# use a pre-crafter container image for FSL
datalad containers-add heudiconv -u shub://mih/ohbm2018-training:fsl
datalad containers-add fsl -u shub://mih/ohbm2018-training:fsl

# execute GLM analysis, this will capture the entire FSL output with
# datalad
Expand Down
2 changes: 1 addition & 1 deletion fsl_glm_w_amazing_datalad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sed -e "s,##BASEPATH##,$(pwd),g" -e "s,##SUB##,sub-02,g" ${srcdir}/scripts/ffa_d
datalad add --to-git sub-02/*.fsf -m "FSL FEAT analysis config script"

# use a pre-crafter container image for FSL
datalad containers-add heudiconv -u shub://mih/ohbm2018-training:fsl
datalad containers-add fsl -u shub://mih/ohbm2018-training:fsl

# execute GLM analysis, this will capture the entire FSL output with
# datalad
Expand Down

0 comments on commit 8d06840

Please sign in to comment.