public class HapCountBestPathToTextPlugin
extends net.maizegenetics.plugindef.AbstractPlugin
| Constructor and Description |
|---|
HapCountBestPathToTextPlugin(Frame parentFrame,
boolean isInteractive) |
| Modifier and Type | Method and Description |
|---|---|
String |
configFile()
Database configuration file
|
HapCountBestPathToTextPlugin |
configFile(String value)
Set Database Config File.
|
String |
getButtonName() |
ImageIcon |
getIcon() |
String |
getToolTipText() |
String |
hapCountMethod()
Name of method used to creates inclusion/exclusion
counts in FastqToHapCountPLugin
|
HapCountBestPathToTextPlugin |
hapCountMethod(String value)
Set Hap Count Method.
|
String |
inclusionFilenameDir()
The name of the file containing read inclusion and exclusion counts for hapids.
|
HapCountBestPathToTextPlugin |
inclusionFilenameDir(String value)
Set Inclusion File Dir.
|
String |
outputDir()
Output Directory
|
HapCountBestPathToTextPlugin |
outputDir(String value)
Set Output Dir.
|
String |
pathMethod()
Name of method to be used to create paths through the
graph.
|
HapCountBestPathToTextPlugin |
pathMethod(String value)
Set P Method.
|
String |
pluginDescription() |
net.maizegenetics.plugindef.DataSet |
processData(net.maizegenetics.plugindef.DataSet input) |
String |
referenceFileName()
Reference file name in case you want to index on the fly
|
HapCountBestPathToTextPlugin |
referenceFileName(String value)
Set Ref File Name.
|
String |
refRangeFile()
The name of the file containing the reference ranges to keep.
|
HapCountBestPathToTextPlugin |
refRangeFile(String value)
Set Ref Range File.
|
String |
targetTaxon()
The taxon that will be used to evaluate the node list returned.
|
HapCountBestPathToTextPlugin |
targetTaxon(String value)
Set Target.
|
String |
taxaFilterString()
A comma delimited list of taxa (no spaces allowed) to include in graph.
|
HapCountBestPathToTextPlugin |
taxaFilterString(String value)
Set Taxa.
|
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 HapCountBestPathToTextPlugin(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 configFile()
public HapCountBestPathToTextPlugin configFile(String value)
value - Database Config Filepublic String taxaFilterString()
public HapCountBestPathToTextPlugin taxaFilterString(String value)
value - Taxapublic String inclusionFilenameDir()
public HapCountBestPathToTextPlugin inclusionFilenameDir(String value)
value - Inclusion File Dirpublic String targetTaxon()
public HapCountBestPathToTextPlugin targetTaxon(String value)
value - Targetpublic String refRangeFile()
public HapCountBestPathToTextPlugin refRangeFile(String value)
value - Ref Range Filepublic String referenceFileName()
public HapCountBestPathToTextPlugin referenceFileName(String value)
value - Ref File Namepublic String outputDir()
public HapCountBestPathToTextPlugin outputDir(String value)
value - Output Dirpublic String hapCountMethod()
public HapCountBestPathToTextPlugin hapCountMethod(String value)
value - Hap Count Methodpublic String pathMethod()
public HapCountBestPathToTextPlugin pathMethod(String value)
value - P MethodCopyright © 2018. All rights reserved.