Closed tdelhomme closed 4 years ago
Change the indel output format:
For deletions, instead of:
chr1 1 ATCT A
write:
chr1 2 TCT -
For insertions, instead of:
chr1 1 A ATCT
chr1 1 - TCT
need to reverse the commits, we finally decided to keep previous version, more consistent with other tools such as annovar which rewrite indels (A -> - becomes A -> 0).
A -> -
A -> 0
Change the indel output format:
For deletions, instead of:
chr1 1 ATCT A
write:
chr1 2 TCT -
For insertions, instead of:
chr1 1 A ATCT
write:
chr1 1 - TCT