The format for running the qod command line program is:
qod [Options] <files...> qod --help|-h
Mandatory arguments to long options are mandatory for short options too. Options must appears in the order of their description below.
Each file should contain the pairwise local similarities between the central genome and a given related genome. The files can be gzipped and must either follow the axt format (if option --axt is provided) or formatted as follow:
#Header #W_1 [a_1,b_1] [c_1,d_1] ⋮ #W_n [a_n,b_n] [c_n,d_n]
where W_i is the weight of the i^th interval, beginning at position a_i and ending at position b_i on the central genome sequence, and matching segment beginning at position \min(c_i, d_i) and ending at position \max(c_i,d_i) on the compared sequence. If c_i is greater than d_i, then the match occurs on the reverse complement of the compared sequence.