public class FastqToKmerCountPlugin
extends net.maizegenetics.plugindef.AbstractPlugin
| Constructor and Description |
|---|
FastqToKmerCountPlugin(Frame parentFrame,
boolean isInteractive) |
| Modifier and Type | Method and Description |
|---|---|
String |
debugTaxon()
Debug taxon
|
FastqToKmerCountPlugin |
debugTaxon(String value)
Set Debug Taxon.
|
String |
exportHaplotypeFile()
Text file to store haplotype scoring
|
FastqToKmerCountPlugin |
exportHaplotypeFile(String value)
Set Export Haplo File.
|
String |
getButtonName() |
ImageIcon |
getIcon() |
String |
getToolTipText() |
String |
haplotypesGenomeFile()
Fasta file and associated BWA indices for haplotypes
|
FastqToKmerCountPlugin |
haplotypesGenomeFile(String value)
Set Haplotype File.
|
Integer |
numErrorAllowed()
Maximum allowable error in order to count the read
mapping
|
FastqToKmerCountPlugin |
numErrorAllowed(Integer value)
Set Allowed Error.
|
String |
pluginUserManualURL() |
net.maizegenetics.plugindef.DataSet |
processData(net.maizegenetics.plugindef.DataSet input) |
String |
readFile()
Raw Read file aligned to the reference
|
FastqToKmerCountPlugin |
readFile(String value)
Set Raw Read File.
|
String |
refGenomeFile()
Reference genome file - temporary need until we can
back convert coordinates
|
FastqToKmerCountPlugin |
refGenomeFile(String value)
Set Ref File.
|
addListener, cancel, convert, dataSetReturned, getCitation, getInputs, getMenu, getPanel, getParameter, getParameter, getParentFrame, getUsage, getUsageHTML, isInteractive, performFunction, pluginDescription, progress, progress, receiveInput, reverseTrace, run, setConfigParameters, setParameter, setParameter, setParameter, setParameters, setParametersToDefault, setThreaded, trace, wasCancelledpublic FastqToKmerCountPlugin(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 String pluginUserManualURL()
pluginUserManualURL in interface net.maizegenetics.plugindef.PluginpluginUserManualURL in class net.maizegenetics.plugindef.AbstractPluginpublic ImageIcon getIcon()
public String getButtonName()
public String getToolTipText()
public String haplotypesGenomeFile()
public FastqToKmerCountPlugin haplotypesGenomeFile(String value)
value - Haplotype Filepublic String refGenomeFile()
public FastqToKmerCountPlugin refGenomeFile(String value)
value - Ref Filepublic String readFile()
public FastqToKmerCountPlugin readFile(String value)
value - Raw Read Filepublic Integer numErrorAllowed()
public FastqToKmerCountPlugin numErrorAllowed(Integer value)
value - Allowed Errorpublic String exportHaplotypeFile()
public FastqToKmerCountPlugin exportHaplotypeFile(String value)
value - Export Haplo Filepublic String debugTaxon()
public FastqToKmerCountPlugin debugTaxon(String value)
value - Debug TaxonCopyright © 2018. All rights reserved.