andyrimmer / Platypus

Platypus Variant Caller
GNU General Public License v3.0
105 stars 38 forks source link

Missing variants at the beginning of a region when using only assembler #34

Open hangphan opened 9 years ago

hangphan commented 9 years ago

When I tried using only the assembler to call variants in a region, Platypus failed to make the call of an obvious variant right at the beginning of the region. Shifting the window by 15bp to the left (=k-mer length) enables it to call correctly.

We need to understand correctly what the exact problem is. Andy's thought is that it needs at least a k-mer length cover prior to the starting point of a var to be reported from the bubble graph.