Class LocalAssembler.PathPartGap
java.lang.Object
org.broadinstitute.hellbender.tools.LocalAssembler.PathPartGap
- All Implemented Interfaces:
LocalAssembler.PathPart
- Enclosing class:
- LocalAssembler
public static final class LocalAssembler.PathPartGap
extends Object
implements LocalAssembler.PathPart
A part of a path that isn't present in the graph.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.broadinstitute.hellbender.tools.LocalAssembler.PathPart
startsAtBeginning, stopsAtEnd
-
Constructor Details
-
PathPartGap
-
-
Method Details
-
getContig
- Specified by:
getContig
in interfaceLocalAssembler.PathPart
-
getSequence
- Specified by:
getSequence
in interfaceLocalAssembler.PathPart
-
extend
public void extend(char call) - Specified by:
extend
in interfaceLocalAssembler.PathPart
-
getStart
public int getStart()- Specified by:
getStart
in interfaceLocalAssembler.PathPart
-
getStop
public int getStop()- Specified by:
getStop
in interfaceLocalAssembler.PathPart
-
isGap
public boolean isGap()- Specified by:
isGap
in interfaceLocalAssembler.PathPart
-
getLength
public int getLength()- Specified by:
getLength
in interfaceLocalAssembler.PathPart
-
rc
- Specified by:
rc
in interfaceLocalAssembler.PathPart
-
getFirstCall
public char getFirstCall()- Specified by:
getFirstCall
in interfaceLocalAssembler.PathPart
-
getLastCall
public char getLastCall()- Specified by:
getLastCall
in interfaceLocalAssembler.PathPart
-