public class GVCFTyperPlugin
extends net.maizegenetics.plugindef.AbstractPlugin
| Modifier and Type | Class and Description |
|---|---|
static class |
GVCFTyperPlugin.EMIT_MODE |
| Constructor and Description |
|---|
GVCFTyperPlugin(Frame parentFrame,
boolean isInteractive) |
| Modifier and Type | Method and Description |
|---|---|
GVCFTyperPlugin.EMIT_MODE |
emitModeParam()
Emit Mode for running GVCFTyper.
|
GVCFTyperPlugin |
emitModeParam(GVCFTyperPlugin.EMIT_MODE value)
Set Emit_mode.
|
String |
getButtonName() |
ImageIcon |
getIcon() |
String |
getToolTipText() |
String |
inputGVCFDir()
Input gvcf directory.
|
GVCFTyperPlugin |
inputGVCFDir(String value)
Set Input GVCF Directory.
|
String |
inputIntervalFile()
Input interval file to run GVCFTyper with.
|
GVCFTyperPlugin |
inputIntervalFile(String value)
Set Input Interval File.
|
Integer |
numThreads()
Number of threads for Sentieon to use.
|
GVCFTyperPlugin |
numThreads(Integer value)
Set Num Threads.
|
String |
outputVCFDir()
Output VCF file directory.
|
GVCFTyperPlugin |
outputVCFDir(String value)
Set Output VCF Directory.
|
String |
pluginDescription() |
net.maizegenetics.plugindef.DataSet |
processData(net.maizegenetics.plugindef.DataSet input) |
String |
referenceFile()
Input Reference used to create the gvcf
|
GVCFTyperPlugin |
referenceFile(String value)
Set Reference Fasta Sequence.
|
addListener, cancel, convert, dataSetReturned, getCitation, getInputs, getMenu, getPanel, getParameter, getParameter, getParentFrame, getUsage, getUsageHTML, isInteractive, performFunction, pluginUserManualURL, progress, progress, receiveInput, reverseTrace, run, setConfigParameters, setParameter, setParameter, setParameter, setParameters, setParametersToDefault, setThreaded, trace, wasCancelledpublic GVCFTyperPlugin(Frame parentFrame, boolean isInteractive)
public net.maizegenetics.plugindef.DataSet processData(net.maizegenetics.plugindef.DataSet input)
processData in interface net.maizegenetics.plugindef.PluginprocessData in class net.maizegenetics.plugindef.AbstractPluginpublic ImageIcon getIcon()
public String getButtonName()
public String getToolTipText()
public String pluginDescription()
pluginDescription in interface net.maizegenetics.plugindef.PluginpluginDescription in class net.maizegenetics.plugindef.AbstractPluginpublic String inputGVCFDir()
public GVCFTyperPlugin inputGVCFDir(String value)
value - Input GVCF Directorypublic String referenceFile()
public GVCFTyperPlugin referenceFile(String value)
value - Reference Fasta Sequencepublic String outputVCFDir()
public GVCFTyperPlugin outputVCFDir(String value)
value - Output VCF Directorypublic GVCFTyperPlugin.EMIT_MODE emitModeParam()
public GVCFTyperPlugin emitModeParam(GVCFTyperPlugin.EMIT_MODE value)
value - Emit_modepublic String inputIntervalFile()
public GVCFTyperPlugin inputIntervalFile(String value)
value - Input Interval Filepublic Integer numThreads()
public GVCFTyperPlugin numThreads(Integer value)
value - Num ThreadsCopyright © 2018. All rights reserved.