Skip to content

Commit

Permalink
Fix overwriting
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Moia committed Oct 14, 2021
1 parent b70039c commit 7b34ed3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 00.pipelines/custom/cvr_pressure_preproc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ echo "*** Preproc COMPLETE! ***"
echo "************************************"
echo "************************************"

if [[ ${debug} == "yes" ]]; then set +x; fi #else rm -rf ${tmp}; fi
if [[ ${debug} == "yes" ]]; then set +x; else rm -rf ${tmp}; fi
2 changes: 1 addition & 1 deletion 98.hcp/run_cvr_pressure_preproc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ singularity exec -e --no-home \
-B /bcbl/home/public/PJMASK_2/EuskalIBUR_preproc:/scripts \
-B /export/home/smoia/scratch:/tmp \
/bcbl/home/public/PJMASK_2/euskalibur.sif /scripts/00.pipelines/custom/cvr_pressure_preproc.sh \
-sub $1 -ses $2 -wdr /data -prjname cvr_pressure -tmp /tmp -overwrite
-sub $1 -ses $2 -wdr /data -prjname cvr_pressure -tmp /tmp
2 changes: 1 addition & 1 deletion 98.hcp/run_ica_denoise_preproc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ singularity exec -e --no-home \
-B /bcbl/home/public/PJMASK_2/EuskalIBUR_preproc:/scripts \
-B /export/home/smoia/scratch:/tmp \
/bcbl/home/public/PJMASK_2/euskalibur.sif /scripts/00.pipelines/custom/ica_denoise_preproc.sh \
-sub $1 -ses $2 -wdr /data -prjname ica_denoise -tmp /tmp -overwrite
-sub $1 -ses $2 -wdr /data -prjname ica_denoise -tmp /tmp

0 comments on commit 7b34ed3

Please sign in to comment.