weaver.processes.builtin

Package Contents

weaver.processes.builtin.register_builtin_processes(container: AnyDatabaseContainer)None[source]

Registers every builtin CWL package to the processes database.

CWL definitions must be located within the weaver.processes.builtin module.

class weaver.processes.builtin.BuiltinProcess(toolpath_object: CommentedMap, loadingContext: LoadingContext)[source]

Initialize this CommandLineTool.

make_job_runner(self: RuntimeContext, runtime_context)[source]