public class LoadHapSequencesToDBPlugin
extends net.maizegenetics.plugindef.AbstractPlugin
| Constructor and Description |
|---|
LoadHapSequencesToDBPlugin() |
LoadHapSequencesToDBPlugin(Frame parentFrame) |
LoadHapSequencesToDBPlugin(Frame parentFrame,
boolean isInteractive) |
| Modifier and Type | Method and Description |
|---|---|
String |
fasta()
Fasta file containing haplotype sequences
|
LoadHapSequencesToDBPlugin |
fasta(String value)
Set Fasta File.
|
String |
genomeData()
Path to tab-delimited file containing genome speciic
data with header line:
Genotype Hapnumber Dataline Ploidy Reference GenePhased
ChromPhased Confidence Method MethodDetails RefVersion
|
LoadHapSequencesToDBPlugin |
genomeData(String value)
Set Genome Data File.
|
String |
getButtonName() |
ImageIcon |
getIcon() |
String |
getToolTipText() |
String |
gvcf()
GVCF file used to create the haplotype fasta file
|
LoadHapSequencesToDBPlugin |
gvcf(String value)
Set GVCF File.
|
void |
postProcessParameters() |
net.maizegenetics.plugindef.DataSet |
processData(net.maizegenetics.plugindef.DataSet input) |
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 LoadHapSequencesToDBPlugin()
public LoadHapSequencesToDBPlugin(Frame parentFrame)
public LoadHapSequencesToDBPlugin(Frame parentFrame, boolean isInteractive)
public void postProcessParameters()
postProcessParameters in class net.maizegenetics.plugindef.AbstractPluginpublic 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 fasta()
public LoadHapSequencesToDBPlugin fasta(String value)
value - Fasta Filepublic String genomeData()
public LoadHapSequencesToDBPlugin genomeData(String value)
value - Genome Data Filepublic String gvcf()
public LoadHapSequencesToDBPlugin gvcf(String value)
value - GVCF FileCopyright © 2018. All rights reserved.