BU-ISCIII / buisciii-tools

set of helper tools for bu-isciii management of its core services portfolio.
GNU General Public License v3.0
1 stars 13 forks source link

Modified all templates so that singularity images are used #272

Closed victor5lm closed 1 month ago

victor5lm commented 1 month ago

PR checklist

PR description

All templates were modified so that, if a conda environment was being used, this environment is replaced by the corresponding singularity image. Furthermore, if module load was used initially in a template, the loaded module is also replaced with the appropriate singularity image, with the same version of the software being employed.

This PR addresses #55 partially.