QSIprep Reconstruction Docker vs. Singularity

Hi,

With QSIprep reconstruction pipelines - can I only run with Docker or can I run through singularity?

Thanks in advance,
Tej

Hi Tej,

You can use Singularity too.

singularity run -e qsiprep.img $ARGUMENTS_GO_HERE

Best,
Steven

1 Like

Both are okay.

Just pull the docker image through singularity to run in singularity (often in an HPC case).

1 Like