Skip to content

Commit a555014

Browse files
committed
proc
1 parent fb74af5 commit a555014

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

processors/xcpd-hurst_v0.7.5.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ inputs:
3535

3636
outputs:
3737
- {path: HTML, type: DIR, resource: HTML}
38+
- {path: xcpd-processors/scripts, type: DIR, resource: SCRIPTS}
3839
- {path: xcpdBIDS, type: DIR, resource: xcpdBIDS}
3940
- {path: qc.csv, type: FILE, resource: QC}
4041

@@ -65,5 +66,11 @@ post:
6566
cp -R /OUTPUTS/xcpdBIDS/sub-* /OUTPUTS/HTML &&
6667
rm -fr /OUTPUTS/HTML/sub-*/ses-* &&
6768
69+
cd /OUTPUTS &&
70+
curl -o xcpd-processors.tar.gz -L https://github.com/VUIIS/xcpd-processors/archive/refs/tags/v2.7.0.tar.gz &&
71+
tar -zxf xcpd-processors.tar.gz &&
72+
mv xcpd-processors-* xcpd-processors &&
73+
export PATH=/OUTPUTS/xcpd-processors/scripts:\$PATH &&
74+
6875
qc_csv.py --xcpd_dir /OUTPUTS/xcpdBIDS --out_dir /OUTPUTS
6976
'

0 commit comments

Comments
 (0)