public class ResizeRefBlockPlugin
extends net.maizegenetics.plugindef.AbstractPlugin
| Constructor and Description |
|---|
ResizeRefBlockPlugin(Frame parentFrame) |
ResizeRefBlockPlugin(Frame parentFrame,
boolean isInteractive) |
| Modifier and Type | Method and Description |
|---|---|
String |
getButtonName() |
ImageIcon |
getIcon() |
String |
getToolTipText() |
net.maizegenetics.plugindef.DataSet |
processData(net.maizegenetics.plugindef.DataSet input) |
String |
ref()
Reference fasta File
|
ResizeRefBlockPlugin |
ref(String value)
Set Reference.
|
String |
taxon()
Name to be assigned for the taxon
|
ResizeRefBlockPlugin |
taxon(String value)
Set Taxon Name.
|
String |
vCFFile()
Normalized VCF file which needs to be corrected
|
ResizeRefBlockPlugin |
vCFFile(String value)
Set Normalized VCF File.
|
String |
vCFFileCorrected()
Corrected RefBlock VCF file
|
ResizeRefBlockPlugin |
vCFFileCorrected(String value)
Set Output VCF File.
|
addListener, cancel, convert, dataSetReturned, getCitation, getInputs, getMenu, getPanel, getParameter, getParameter, getParentFrame, getUsage, getUsageHTML, isInteractive, performFunction, pluginDescription, pluginUserManualURL, progress, progress, receiveInput, reverseTrace, run, setConfigParameters, setParameter, setParameter, setParameter, setParameters, setParametersToDefault, setThreaded, trace, wasCancelledpublic ResizeRefBlockPlugin(Frame parentFrame)
public ResizeRefBlockPlugin(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 vCFFile()
public ResizeRefBlockPlugin vCFFile(String value)
value - Normalized VCF Filepublic String vCFFileCorrected()
public ResizeRefBlockPlugin vCFFileCorrected(String value)
value - Output VCF Filepublic String ref()
public ResizeRefBlockPlugin ref(String value)
value - Referencepublic String taxon()
public ResizeRefBlockPlugin taxon(String value)
value - Taxon NameCopyright © 2018. All rights reserved.