A shared database of rules for Total Perspective Vortex used by the usegalaxy.* federation.
| tag | description |
|---|---|
| upload | for scheduling jobs to a upload worker |
| docker | a Docker configured worker |
| docker-shell-access | the user will get shell access in Docker |
| singularity | a Singularity configured worker |
Dashes are used as separators in tags instead of underscores.
Values are evaluated as Python f-strings, this means if you want to reference the number of cores you need to use quoted references like
OMP_NUM_THREADS: "{cores}"