I am trying to run ska2 with 2000 assembled genoemes, but ska merge ends up taking 4 days and then runs out of RAM at ~500 GB (the server has 512 GB RAM).
Is there a way around this problem?
eg. mash lets me provide a FOFN of sketchs to mash dist, it does not requore a merge first. But i suspect your merge is more complex/Venn-like than just cat-ting sketehces
Is ska build -o merged *.fna -j 64 the better way to do this? Will it use less RAM?
Thanks for any help!
I am trying to run ska2 with 2000 assembled genoemes, but
ska mergeends up taking 4 days and then runs out of RAM at ~500 GB (the server has 512 GB RAM).Is there a way around this problem?
eg.
mashlets me provide a FOFN of sketchs tomash dist, it does not requore a merge first. But i suspect your merge is more complex/Venn-like than just cat-ting sketehcesIs
ska build -o merged *.fna -j 64the better way to do this? Will it use less RAM?Thanks for any help!