:mod:`weaver.processes.builtin` =============================== .. py:module:: weaver.processes.builtin Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 jsonarray2netcdf/index.rst Package Contents ---------------- .. function:: register_builtin_processes(container) -> None Registers every ``builtin`` CWL package to the processes database. CWL definitions must be located within the :mod:`weaver.processes.builtin` module. .. py:class:: BuiltinProcess Bases: :class:`cwltool.command_line_tool.CommandLineTool` .. method:: make_job_runner(self, runtime_context)