-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Singularity/Docker #3
Comments
Hi |
As far I know, Singularity/Docker can be used with the latest Snakemake version using rule NAME:
input:
"table.txt"
output:
"plots/myplot.pdf"
container:
"docker://joseespinosa/docker-r-ggplot2"
script:
"scripts/plot-stuff.R" And for Singularity/Docker, if MPI is installed in the image, it can be run as follow:
But I never tried to use run Docker image in MPI into a Snakemake Workflow! |
I never tried it either. Will come back to you once we figure it out. |
Hi, |
Hello,
Do you have any plan to release a Singularity/Docker version of Agnostos? It would be great as both are able to run with MPI and the portability will be better.
The text was updated successfully, but these errors were encountered: