nextflow-io/nextflow
Ver no GitHubAWS Batch Fargate requires exact CPU values?
Open
#5.781 aberto em 12 de fev. de 2025
executor/aws-batchgood first issue
Métricas do repositório
- Stars
- (3.382 stars)
- Métricas de merge de PR
- (Mesclagem média 3d 18h) (38 fundiu PRs em 30d)
Description
When running wf-human-variation from ONT on AWSBatch Fargate, I get this error
ERROR ~ Error executing process > 'ingress:minimap2_alignment (1)'
Caused by:
Requirement of 12 CPUs is not allowed by Fargate -- Check process with name 'ingress:minimap2_alignment (1)'
From what I can tell it's because the requested CPU value does not match one from the list found here:
It seems a bit restrictive to require specific CPU values, am I doing something wrong or is that in fact the case?