| Package | Description |
|---|---|
| org.molgenis.gavin.job | |
| org.molgenis.gavin.job.input | |
| org.molgenis.gavin.job.input.model |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multiset<LineType> |
GavinJobExecution.getLineTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
GavinJobExecution.setLineTypes(com.google.common.collect.Multiset<LineType> lineTypes) |
| Modifier and Type | Method and Description |
|---|---|
LineType |
Parser.transformLine(String line,
int numLines,
int numValidLines,
LineSink outputSink,
LineSink errorSink)
Transforms a single line.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multiset<LineType> |
Parser.tryTransform(File inputFile,
File output,
File error)
Transforms gavin input file.
|
| Modifier and Type | Method and Description |
|---|---|
LineType |
Variant.getLineType() |
LineType |
VcfVariant.getLineType() |
LineType |
CaddVariant.getLineType() |
static LineType |
LineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineType[] |
LineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All Rights Reserved.