FCP-INDI / TheWay

Boilerplate scripts for running workflows on Penn clusters
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

🧐 run minimal preprocessing on all exemplars, comparing three runs #10

Closed shnizzedy closed 1 year ago

shnizzedy commented 2 years ago

Related problem

Related to https://github.com/FCP-INDI/TheWay/issues/7 and https://github.com/FCP-INDI/TheWay/issues/9

Proposed feature

run minimal preprocessing on all exemplars, comparing three runs: actual fMRIPrep (volume only), CPAC-fMRIPRep, and CPAC-RBC configs. (Note please run w/ distortion correction on when maps are avail)

Acceptance criteria

Additional context

shnizzedy commented 2 years ago

Giving an S3 path to fMRIPrep for the positional bids_dir didn't work (

fmriprep: error: Path does not exist: <s3://fcp-indi/data/Projects/HBN/BIDS_curated/>

), so I split the HBN run script into a C-PAC script and an fMRIPrep script and added

  aws s3 sync --no-sign-request s3://fcp-indi/data/Projects/HBN/BIDS_curated/${SUB} /ocean/projects/med220004p/shared/data_sandbox/derived/RBC-testing/data/UPenn/HBN/${SUB}

before giving the local path in the fMRIPrep script.