Skip to content

AWS batch and Elastic container registry #31

@SSmith-NUIG

Description

@SSmith-NUIG

Hi,
I'm trying to get my Snakemake pipeline to use a custom docker image that I have stored in a private repo in the AWS ECR.

This docker image was created the usual Snakemake way with containerize, then tagged and pushed to the ECR following AWS documentation.

I can pull this container fine and it works interactively on my EC2 but I am unable to use it with Snakemake and AWS batch.

I have tried adding a global container at the top of the snakefile and also tried specifying the container in a rule, both don't work. Snakemake just keeps making the default container that it uses for creating a batch job and using that instead.

Does this plugin have any way to communicate with ECR?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions