From 07664456bb4147d6c5998c2988b5068c00d66094 Mon Sep 17 00:00:00 2001 From: "milton.camachocamach" Date: Mon, 20 Apr 2026 10:55:13 -0600 Subject: [PATCH] enh: add skulldiggery, a BIDS compatible and robust population specific defacing tool --- .../bids/Singularity.bids-skullduggery--0.0.2 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 images/bids/Singularity.bids-skullduggery--0.0.2 diff --git a/images/bids/Singularity.bids-skullduggery--0.0.2 b/images/bids/Singularity.bids-skullduggery--0.0.2 new file mode 100644 index 00000000..23d8075d --- /dev/null +++ b/images/bids/Singularity.bids-skullduggery--0.0.2 @@ -0,0 +1,18 @@ +# +# Automagically prepared for ReproNim/containers distribution. +# See http://github.com/ReproNim/containers for more info +# +Bootstrap: docker +From: ghcr.io/unfmontreal/skullduggery:main + +%post + +# Create commonly present root directories to avoid need in overlays not supported +# on older systems +mkdir -p /ihome /data /data2 /zfs /isi /dartfs /dartfs-hpc + +%environment +export LANG="C.UTF-8" +export LC_ALL="C.UTF-8" + +# TODO: Take advantage of the fact that it is a bids-app somehow?