Question: difference between mummer --mum and delta-filter -r -q
0
ersgupta • 0 wrote:
I want to run genome-genome alignment using nucmer. The plan was to do nucmer with --maxmatch (takes very long) and then do delta-filter to retain 1-1 alignments.
My question is, if I run nucmer with --mum option, isn't that same as applying delta-filter 1-1 on maxmatch output? Am I missing something here?