IARCbioinfo / needlestack

Multi-sample somatic variant caller
GNU General Public License v3.0
49 stars 15 forks source link

rewrite indel output format #173

Closed tdelhomme closed 4 years ago

tdelhomme commented 6 years ago

Change the indel output format:

For deletions, instead of:

write:

For insertions, instead of:

write:

tdelhomme commented 6 years ago

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).