bids-apps / HCPPipelines

A BIDS App for minimal preprocessing using the HCP Pipelines
33 stars 30 forks source link

Enh/fixes #47

Closed bpinsard closed 5 years ago

bpinsard commented 5 years ago

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.