https://seqera.io/blog/deploying-nextflow-on-amazon-eks/
process { executor = 'slurm' queue = 'short' withLabel: bigTask { executor = 'awsbatch' queue = 'my-batch-queue' container = 'my/image:tag' } } aws { region = 'eu-west-1' }
https://training.nextflow.io/basic_training/executors/#hybrid-deployments
https://www.nextflow.io/docs/latest/kubernetes.html
https://github.com/mpc-bioinformatics/nf-cloud