This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Grail: reflow on AWS vs others (snakemake/cfncluster, etc)

I'm thinking of taking an existing Snakemake-based system running on a local SLURM-supported grid and moving it to AWS. A single run may span ~12 hours involving dozens of cores. Any ideas on if getting a stable solution would be faster by switching to Grail: reflow? Or should I gut it out and add in cfncluster myself? Any one with experience with either direction, i'd love to hear your experiential wisdom :) Thanks

aws workflow snakemake cfncluster reflow

1 answer

There is AWS batch (https://aws.amazon.com/batch/) for submitting jobs.

Log in to answer this question.