public class FilterFastqUsingBAMPlugin
extends net.maizegenetics.plugindef.AbstractPlugin
| Constructor and Description |
|---|
FilterFastqUsingBAMPlugin(Frame parentFrame,
boolean isInteractive) |
| Modifier and Type | Method and Description |
|---|---|
String |
bamFile()
File Name of the bam file
|
FilterFastqUsingBAMPlugin |
bamFile(String value)
Set Bam File.
|
String |
getButtonName() |
ImageIcon |
getIcon() |
String |
getToolTipText() |
String |
output()
File Name of the filtered read output
|
FilterFastqUsingBAMPlugin |
output(String value)
Set Output File.
|
String |
pluginUserManualURL() |
net.maizegenetics.plugindef.DataSet |
processData(net.maizegenetics.plugindef.DataSet input) |
String |
reads()
File Name of the read fastq
|
FilterFastqUsingBAMPlugin |
reads(String value)
Set Read File.
|
String |
reference()
File Name of the reference fasta
|
FilterFastqUsingBAMPlugin |
reference(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 FilterFastqUsingBAMPlugin(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 reference()
public FilterFastqUsingBAMPlugin reference(String value)
value - Ref Filepublic String reads()
public FilterFastqUsingBAMPlugin reads(String value)
value - Read Filepublic String bamFile()
public FilterFastqUsingBAMPlugin bamFile(String value)
value - Bam Filepublic String output()
public FilterFastqUsingBAMPlugin output(String value)
value - Output FileCopyright © 2018. All rights reserved.