cwltool.udocker
Enables Docker software containers via the udocker runtime.
Classes
Runs a CommandLineJob in a software container using the udocker engine. |
Module Contents
- class cwltool.udocker.UDockerCommandLineJob(builder, joborder, make_path_mapper, requirements, hints, name)
Bases:
cwltool.docker.DockerCommandLineJob
Runs a CommandLineJob in a software container using the udocker engine.
- Parameters:
builder (cwltool.builder.Builder)
joborder (cwl_utils.types.CWLObjectType)
make_path_mapper (collections.abc.Callable[[collections.abc.MutableSequence[cwl_utils.types.CWLFileType | cwl_utils.types.CWLDirectoryType], str, cwltool.context.RuntimeContext, bool], cwltool.pathmapper.PathMapper])
requirements (list[cwl_utils.types.CWLObjectType])
hints (list[cwl_utils.types.CWLObjectType])
name (str)