Hello,
The newest version of CPAC has been added to my program's computer cluster via Singularity, but I'm unfamiliar with running Singularity images, and I'm brand new to CPAC.
I've looked at the page regarding running CPAC on Singularity, but I need some clarification about some of the paths. The CPAC image is in my home directory.
If this is the command to run a basic analysis:
singularity run \
-B /Users/You/local_bids_data:/bids_dataset \
-B /Users/You/some_folder:/outputs \
-B /tmp:/tmp \
FCP-INDI-C-PAC-master-latest.simg \
/bids_dataset \
/outputs \
participant
What is the difference between lines 2 and 6 (bids dataset location) and also between 3 and 7 (output dir)? Should the input and output dirs be in my home directory or can they be anywhere that I specify?
Thanks for the help!
Best,
Ryan