Current Behavior
When runing nextstrain build with the following command
nextstrain build . --configfile build.yaml --cores all --resources mem_mb=5000
Everything works up until the iqtree2 command is run. Here my OS kills the operation due to its memory limitations.
My current set up has 15gb of ram and when I check the "dmesg" I see the iqtree was using around 19gb of virtual memory which is why the OS killed it.
I am just confused as to why iqtrees is trying to use this much memory when i defined in the resource for snakemake to use only 5gb. It seems as if snakemake is not passing this down.
Have i defined the resources properly? Are there any other steps i can take to prevent this from happening?
