MID is a tool to detect microinversions (MIs) by mapping initially unmapped short reads back onto reference genome sequence. The input file is unmapped BAM file, and the output files contain detailed alignments of each unmapped read with MIs (output_i) and a list of unique MIs (o_inv).
The format of each read in output file "output_i" is
The first line is the name of short read, the second line starting with “s” is the reference sequence of the read, and the third and fourth line are alignments on both forward and reverse strand. For the “s” lines, the first column “s” stands for the alignment lines, the second column stands for the chromosome and specie of the reference sequence or the name of the read respectively, the third column stands for the starting point of the following sequence, the fourth column stands for the length of the aligned sequence, the fifth column describes the strand to which the following sequence is aligned (“+” stands for the forward strand, while “-” stands for the reverse strand), the sixth column stands for the size of the entire source sequence, and the last column stands for the aligned sequence.