Create a TI method from a docker / singularity container

These functions create a TI method from a container using babelwhale. Supports both docker and singularity as a backend.

create_ti_method_container(container_id, pull_if_needed = TRUE,
  return_function = TRUE)

Arguments

container_id

The name of the container repository (e.g. "dynverse/ti_angle").

pull_if_needed

Pull the container if not yet available.

return_function

Whether to return a function that allows you to override the default parameters, or just return the method meta data as is.