Skip to content

Added memory allocation to AOFlagger.

Matthijs van der Wild requested to merge aoflagger-memory into master

The aoflagger.memoryperc option has been removed in favour of a CWL step that explicitly computes the required amount of memory. This amount is then passed to the AOFlagger step, where it is used by both aoflagger.memorymax and ResourceRequirement.

Merge request reports