You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I ran this the command below:
~/dhcp/dhcp-pipeline.sh /home/zeydabadi/data/sourcedata/sub-00008T03 ses-1 50 -T2 anat/sub-00008T03_ses-1_acq-SPC_run-1_T2w.nii.gz
and here is the error log:
cat: /parameters/cortical.csv: No such file or directory
/home/zeydabadi/dhcp/scripts/segmentation/../../parameters/configuration.sh: line 45: /pipelines/neonatal-pipeline.sh: No such file or directory
The additional pipeline contains a reference to the
src
dir of FSL in an invocation of flirt -- this fails on systems with only a binary install.This patch change this to
etc
, which is where the.sch
files are kept for binary installs.https://github.com/jcupitt/structural-pipeline/commit/f33e1cd10e1ac61cf7605bed7a15283c7363176d
The text was updated successfully, but these errors were encountered: