R/method_create_ti_method_container.R
create_ti_method_container.Rd
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)
container_id | The name of the container repository (e.g. |
---|---|
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. |