Fixes the Singularity recipe.
Any of the rm on /tmp/* would destroy the singularity build environment which includes /dev folder, thus killing the host on which the build occurs! Ouch! Fortunately reboot rebuilds /dev.
Also fixes the miniconda and python mess, and the runscript/startscript.
Added an option to skip bids-validator, which prevent running the pipeline if any error.
Fixes the Singularity recipe. Any of the
rm
on/tmp/*
would destroy the singularity build environment which includes/dev
folder, thus killing the host on which the build occurs! Ouch! Fortunately reboot rebuilds/dev
.Also fixes the miniconda and python mess, and the runscript/startscript.
Added an option to skip bids-validator, which prevent running the pipeline if any error.