Scroll to navigation

SHOW-DIFF(1) User Commands SHOW-DIFF(1)

NAME

show-diff - show diff information (part of mummer package)

SYNOPSIS

show-diff [options]<deltafile>

DESCRIPTION

Outputs a list of structural differences for each sequence in the reference and query, sorted by position. For a reference sequence R, and its matching query sequence Q, differences are categorized as GAP (gap between two mutually consistent alignments), DUP (inserted duplication), BRK (other inserted sequence), JMP (rearrangement), INV (rearrangement with inversion), SEQ (rearrangement with another sequence). The first five columns of the output are seq ID, feature type, feature start, feature end, and feature length. Additional columns are added depending on the feature type. Negative feature lengths indicate overlapping adjacent alignment blocks.

Positions always reference the sequence with the given ID. The sum of the fifth column (ignoring negative values) is the total amount of inserted sequence. Summing the fifth column after removing DUP features is total unique inserted sequence. Note that unaligned sequence are not counted, and could represent additional "unique" sequences. See documentation for tips on how to interpret these alignment break features.

April 2015 mummer 3.23