This repo contains my commonly used tools, i.e., containers, code snippets etc.
- All inputs (i.e. building blocks from other sources) are located in
inputs/
. - All custom code is located in
code/
.
If not stated otherwise, all Singularity containers were created using:
singularity pull docker://<path_to_docker_container>
for example:
singularity pull docker://poldracklab/pydeface:37-2e0c2d
or, even better, wrapped in a datalad run
command, e.g.,
datalad run -m "add singularity container for pydeface version 37-2e0c2d" "singularity pull docker://poldracklab/pydeface:37-2e0c2d"
Since most data inside this repo consists of containers developed by third-parties, please refer to the license of each container individually.