public class ExportHaplotypePathToFilePlugin
extends net.maizegenetics.plugindef.AbstractPlugin
| Constructor and Description |
|---|
ExportHaplotypePathToFilePlugin(Frame parentFrame,
boolean isInteractive) |
| Modifier and Type | Method and Description |
|---|---|
String |
getButtonName() |
ImageIcon |
getIcon() |
String |
getToolTipText() |
String |
hapCountMethod()
Method name used to create haplotype counts, as stored
in db table methods
|
ExportHaplotypePathToFilePlugin |
hapCountMethod(String value)
Set Hap Count Method.
|
String |
outputFileDirectory()
Output file directory
|
ExportHaplotypePathToFilePlugin |
outputFileDirectory(String value)
Set Output File Directory.
|
String |
pathMethod()
Name of method used to create paths, as it should appear
in the paths table
|
ExportHaplotypePathToFilePlugin |
pathMethod(String value)
Set Path Method.
|
String |
pathMethodDetails()
Description of method used to create paths - optional
|
ExportHaplotypePathToFilePlugin |
pathMethodDetails(String value)
Set Path Method Details.
|
net.maizegenetics.plugindef.DataSet |
processData(net.maizegenetics.plugindef.DataSet input) |
String |
refVersion()
Name of reference version as stored in the DB table
genome_inteval_versions
|
ExportHaplotypePathToFilePlugin |
refVersion(String value)
Set Ref Version.
|
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 ExportHaplotypePathToFilePlugin(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 outputFileDirectory()
public ExportHaplotypePathToFilePlugin outputFileDirectory(String value)
value - Output File Directorypublic String refVersion()
public ExportHaplotypePathToFilePlugin refVersion(String value)
value - Ref Versionpublic String hapCountMethod()
public ExportHaplotypePathToFilePlugin hapCountMethod(String value)
value - Hap Counts Methodpublic String pathMethod()
public ExportHaplotypePathToFilePlugin pathMethod(String value)
value - Path Methodpublic String pathMethodDetails()
public ExportHaplotypePathToFilePlugin pathMethodDetails(String value)
value - Path Method DetailsCopyright © 2018. All rights reserved.