public final class FermiLiteAssemblyHandler
extends java.lang.Object
Constructor and Description |
---|
FermiLiteAssemblyHandler(java.lang.String alignerIndexFile,
int maxFastqSize,
java.lang.String fastqDir,
boolean writeGFAs,
boolean popVariantBubbles,
boolean removeShadowedContigs,
boolean expandAssemblyGraph,
int zDropoff) |
Modifier and Type | Method and Description |
---|---|
AlignedAssemblyOrExcuse |
apply(scala.Tuple2<java.lang.Integer,java.util.List<SVFastqUtils.FastqRead>> intervalAndReads)
This method creates an assembly with FermiLite, and uses the graph information returned by that
assembler to stitch together valid paths through the contigs.
|
public FermiLiteAssemblyHandler(java.lang.String alignerIndexFile, int maxFastqSize, java.lang.String fastqDir, boolean writeGFAs, boolean popVariantBubbles, boolean removeShadowedContigs, boolean expandAssemblyGraph, int zDropoff)
public AlignedAssemblyOrExcuse apply(scala.Tuple2<java.lang.Integer,java.util.List<SVFastqUtils.FastqRead>> intervalAndReads)