There was an error while loading. Please reload this page.
1 parent a2957e3 commit f2857dfCopy full SHA for f2857df
1 file changed
bash_scripts/run_cpac-lite.sh
@@ -35,13 +35,11 @@ for pipeline in ${PRECONFIGS}; do
35
cat << TMP > reglite_${pipeline}_${data}_${subject}.sh
36
#!/usr/bin/bash
37
38
-docker run --rm \
39
- --user $(id -u):$(id -g) -v /etc/passwd:/etc/passwd \
40
- -v /etc/group:/etc/group \
41
- -v ${REG_DATA}:/reg-data \
42
- -v ${datapath}:/data \
43
- -v ${OUTPUT}:/outputs \
44
- -v ${PIPELINE_CONFIGS}:/pipeline_configs \
+singularity run --rm \
+ -B ${REG_DATA}:/reg-data \
+ -B ${datapath}:/data \
+ -B ${OUTPUT}:/outputs \
+ -B ${PIPELINE_CONFIGS}:/pipeline_configs \
45
${DOCKER_TAG} /data /outputs participant \
46
--save_working_dir --skip_bids_validator \
47
--pipeline_file /pipeline_configs/${pipeline}_lite.yml \
0 commit comments