Open mlarjim opened 5 months ago
I coincidentally just wrote this up! Hope it's helpful. https://github.com/lskatz/lyve-SET/blob/master/docs/TIPS.md#a-word-on-grapetree-and-other-minimum-spanning-tree-software
Hi Lee, thank you for your comment. It does not solve my issue, but maybe I should meditate on using a minimum spanning tree to visualize an alignment. Depending on the species, organisms never share similar snps, so they will not be grouped together
I have been using a core genome alignment as input of grapeTree stand-alone version, but it crashes when the alignment contains too many sequences because of a memory issue (I do not have enough memory resources in my computer).
So I was thinking about using a SNPs alignment (an alignment that just contains the nucleotides that have changed in any of the sequences), which is lighter than the cg alignment and less memory consuming. The resulting grapetree is slightly different Would that be a good approach for overcoming my memory issue?
Thank you in advance, Maria