FastOMA
FastOMA copied to clipboard
Added alternative base config
Dear maintainers,
I have run FastOMA on about 2200 genomes and in order to make the run smoother I have created a customised base config. The most important change is that I have removed the checking for maximum resource limits from the resource classes. The reson for this that our SLURM cluster has multiple partitions with different resource limits (e.g. bigmem) and the jobs are dynamically allocated to the appropriate queue. I found that with the current base config the jobs are always allocated to the default partition and hence some of them eventually run out of resources, crashing the pipeline. Also, this config has resource classes with higher memory which can be specified for the processes in the main Nextflow file. I would like to contribute this alterantive base config to the FastOMA repo in the hope that it will be useful for us and other users.
Best, Botond