weaver.processes.constants
Module Contents
- class weaver.processes.constants.OpenSearchField[source]
Constants container that provides similar functionalities to
ExtendedEnum
without explicit Enum membership.
- weaver.processes.constants.CWL_REQUIREMENT_APP_TYPES[source]
Set of CWL requirements consisting of known Application Package by this Weaver instance.
- weaver.processes.constants.CWL_REQUIREMENT_APP_LOCAL[source]
Set of CWL requirements that correspond to local execution of an Application Package.
- weaver.processes.constants.CWL_REQUIREMENT_APP_REMOTE[source]
Set of CWL requirements that correspond to remote execution of an Application Package.
- weaver.processes.constants.CWL_REQUIREMENT_CUDA_DEFAULT_PARAMETERS[source]
Parameters employed by default for updating
CWL_REQUIREMENT_APP_DOCKER_GPU
intoCWL_REQUIREMENT_CUDA
.
- weaver.processes.constants.CWL_REQUIREMENT_FEATURES[source]
Set of CWL requirements that corresponds to extra functionalities.
An Application Package that only contains these requirements by themselves would not be considered complete. These extra requirements must be accompanied by another one from
CWL_REQUIREMENT_APP_TYPES
to be considered a complete definition.
- weaver.processes.constants.CWL_REQUIREMENTS_SUPPORTED[source]
Set of all CWL requirements or hints that are supported for deployment of valid Application Package.
- class weaver.processes.constants.ProcessSchema[source]
Schema selector to represent a Process description.