HaplotypeCaller now calls insertion events that aren't fully assembled as symbolic alleles.
This commit is contained in:
parent
75e5a50b8a
commit
d70bb59182
|
|
@ -44,6 +44,8 @@ public class Haplotype {
|
|||
private boolean isRef = false;
|
||||
private Cigar cigar;
|
||||
private int alignmentStartHapwrtRef;
|
||||
public int leftBreakPoint = 0;
|
||||
public int rightBreakPoint = 0;
|
||||
|
||||
/**
|
||||
* Create a simple consensus sequence with provided bases and a uniform quality over all bases of qual
|
||||
|
|
|
|||
Loading…
Reference in New Issue