Skip to content

Commit

Permalink
Merge pull request #23 from DCAN-Labs/R2019a-test
Browse files Browse the repository at this point in the history
internal-tools update
  • Loading branch information
madisoth authored Sep 20, 2024
2 parents 68e124d + 8fb6c69 commit 58b94ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dcanumn/internal-tools:v1.0.10
FROM dcanumn/internal-tools:v1.0.12

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
4 changes: 2 additions & 2 deletions SetupEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ export MSMBin=${HCPPIPEDIR}/MSMBinaries

# Set up DCAN Environment Variables
export SCRATCHDIR=/tmp
export MCRROOT=/opt/mcr/v91
export MCRROOT=/opt/mcr/v96
export DCANBOLDPROCDIR=/opt/dcan-tools/dcan_bold_proc
export DCANBOLDPROCVER=DCANBOLDProc_v4.0.0
export EXECSUMDIR=/opt/dcan-tools/executivesummary
export MATLAB_PREFDIR=/tmp/.matlab/R2016b
export MATLAB_PREFDIR=/tmp/.matlab/R2019a
export ABCDTASKPREPDIR=/opt/dcan-tools/ABCD_tfMRI
export CUSTOMCLEANDIR=/opt/dcan-tools/customclean

Expand Down
2 changes: 1 addition & 1 deletion app/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[6] Avants, BB et al. The Insight ToolKit image registration framework. Front
Neuroinform. 2014 Apr 28;8:44. doi: 10.3389/fninf.2014.00044. eCollection 2014.
"""
__version__ = "0.2.11"
__version__ = "0.2.12"

import argparse
import os
Expand Down

0 comments on commit 58b94ca

Please sign in to comment.