Closed drewgilliam closed 2 years ago
inject TERRA_SETTINGS_FILE into singularity environment using SINGULARITYENV_* https://docs.sylabs.io/guides/3.7/user-guide/environment_and_metadata.html#environment-overview
TERRA_SETTINGS_FILE
SINGULARITYENV_*
We favor the SINGULARITYENV_ method for compatibility with just singular-compose which currently requires the argument after run to be the service name.
SINGULARITYENV_
just singular-compose
run
Follow up to PR #134
inject
TERRA_SETTINGS_FILE
into singularity environment usingSINGULARITYENV_*
https://docs.sylabs.io/guides/3.7/user-guide/environment_and_metadata.html#environment-overviewWe favor the
SINGULARITYENV_
method for compatibility withjust singular-compose
which currently requires the argument afterrun
to be the service name.Follow up to PR #134