We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58d22a commit 0970c06Copy full SHA for 0970c06
1 file changed
processors/xcpd-genfac5_v0.7.5.yaml
@@ -69,9 +69,9 @@ post:
69
rm -fr /OUTPUTS/HTML/sub-*/ses-* &&
70
71
cd /INPUTS &&
72
- curl -o xcpd-processors.tar.gz -L https://github.com/VUIIS/xcpd-processors/archive/refs/tags/v2.2.0.tar.gz &&
+ curl -o xcpd-processors.tar.gz -L https://github.com/VUIIS/xcpd-processors/archive/refs/tags/v2.3.0.tar.gz &&
73
tar -zxf xcpd-processors.tar.gz &&
74
- export PATH=/INPUTS/xcpd-processors-2.2.0/scripts:\$PATH &&
+ export PATH=/INPUTS/xcpd-processors-2.3.0/scripts:\$PATH &&
75
76
stats_csvs.py --xcpd_dir /OUTPUTS/xcpdBIDS --out_dir /OUTPUTS --atlas Gordon &&
77
0 commit comments