When executing Snakemake workflows in containers, the container images may exist in a private registry that the Latch cloud cannot access. Downloading images from private registries at runtime requires two steps:
docker_metadata
field to your workflow’s SnakemakeMetadata
object so the workflow engine knows where to pull your credentials. For example:Note: the secret_name
field specifies the name of the Latch Secret uploaded in step #1, NOT the actual registry password.
When executing Snakemake workflows in containers, the container images may exist in a private registry that the Latch cloud cannot access. Downloading images from private registries at runtime requires two steps:
docker_metadata
field to your workflow’s SnakemakeMetadata
object so the workflow engine knows where to pull your credentials. For example:Note: the secret_name
field specifies the name of the Latch Secret uploaded in step #1, NOT the actual registry password.