├── .gitignore ├── HIPSTHOMAS.jpg ├── README.md ├── example.tgz ├── thomas_batch.sh ├── thomas_t1.sh ├── thomas_t1_apptainer.sh ├── thomas_tree.sh ├── thomas_wmn.sh ├── thomas_wmn_apptainer.sh └── version.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalamicseg/hipsthomasdocker/HEAD/.gitignore -------------------------------------------------------------------------------- /HIPSTHOMAS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalamicseg/hipsthomasdocker/HEAD/HIPSTHOMAS.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalamicseg/hipsthomasdocker/HEAD/README.md -------------------------------------------------------------------------------- /example.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalamicseg/hipsthomasdocker/HEAD/example.tgz -------------------------------------------------------------------------------- /thomas_batch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalamicseg/hipsthomasdocker/HEAD/thomas_batch.sh -------------------------------------------------------------------------------- /thomas_t1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalamicseg/hipsthomasdocker/HEAD/thomas_t1.sh -------------------------------------------------------------------------------- /thomas_t1_apptainer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalamicseg/hipsthomasdocker/HEAD/thomas_t1_apptainer.sh -------------------------------------------------------------------------------- /thomas_tree.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalamicseg/hipsthomasdocker/HEAD/thomas_tree.sh -------------------------------------------------------------------------------- /thomas_wmn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalamicseg/hipsthomasdocker/HEAD/thomas_wmn.sh -------------------------------------------------------------------------------- /thomas_wmn_apptainer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalamicseg/hipsthomasdocker/HEAD/thomas_wmn_apptainer.sh -------------------------------------------------------------------------------- /version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalamicseg/hipsthomasdocker/HEAD/version.sh --------------------------------------------------------------------------------