I just successfully completed a eukaryotic genome assembly with ABySS, and I can see it generated several .dot files, presumably for generating graphics with graphviz. My ${name}-scaffolds.dot
file contains more than 10 million of lines, which as you might expect leads to some issues in practice. First, the bigmem machine I performed the assembly on doesn't even have enough memory to plot the graph with the dot
program. Second, even if it did, it's highly unlikely that any useful visualization could be derived from the resulting graphic.
My question: what is the utility of the .dot files generated by ABySS? Are these primarily for working with small toy data sets, or is there some other utility that I've missed?
Thanks!