Deprecating AlignmentContext.getExtendedEventPileup(). At this point the only walkers left with any relaiance on extended events are Guillermo's pooled code (he'll update soon) and the Pileup walker. David, I'll leave that last one for you (it should be easy). We can now officially rip the extended event code from the engine.
This commit is contained in:
parent
6b49af253b
commit
533c283783
|
|
@ -98,6 +98,7 @@ public class AlignmentContext implements HasGenomeLocation {
|
|||
* only base pileup.
|
||||
* @return
|
||||
*/
|
||||
@Deprecated
|
||||
public ReadBackedExtendedEventPileup getExtendedEventPileup() {
|
||||
if(!hasExtendedEventPileup())
|
||||
throw new ReviewedStingException("No extended event pileup is present.");
|
||||
|
|
@ -115,6 +116,7 @@ public class AlignmentContext implements HasGenomeLocation {
|
|||
*
|
||||
* @return
|
||||
*/
|
||||
@Deprecated
|
||||
public boolean hasExtendedEventPileup() { return basePileup instanceof ReadBackedExtendedEventPileup; }
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue