bjpop / rover

Read overlap variant caller.
Other
7 stars 1 forks source link

Output of indels should show previous nucleotide base to be compatible with Annovar input #4

Closed bjpop closed 10 years ago

bjpop commented 10 years ago

This turns out to be hard to do because rover does not require the reference sequence to be present. We don't necessarily know the base just prior to the start of the read for example.

It looks like Annovar wants its input in this format because of the way VCF is defined.

However it seems like the "Annovar" input (not VCF) doesn't have this requirement, so maybe we can make annovar friendly files as an optional output instead?

bjpop commented 10 years ago

Fixed in https://github.com/bjpop/rover/commit/0053e8daf05e1c6f1f2fa3a9f79dc181c7d47281