This script takes as input a Mummer .txt file, converts it into a dataframe with headers, iterating over each aligned pair of sequences and calculating number of aligned bases by removal of unaligned ...
I converted the sequences and their possible overlaps as a graph, with each sequence on an axis. The direction of the path lines represents their overlap (e.g. diagonal lines compares two elements; ...