public class GBSSeqToTagDBPlugin extends AbstractPlugin
DEFAULT_CITATION, POSITION_LIST_NONE, TAXA_LIST_NONE
Constructor and Description |
---|
GBSSeqToTagDBPlugin() |
GBSSeqToTagDBPlugin(Frame parentFrame,
boolean isInteractive) |
Modifier and Type | Method and Description |
---|---|
GBSSeqToTagDBPlugin |
batchSize(Integer value)
Set number of Fastq files processed simultaneously
|
Boolean |
deleteOldData()
Delete exisiting DB
|
GBSSeqToTagDBPlugin |
deleteOldData(Boolean value)
Set Delete old data flag.
|
String |
enzyme()
Enzyme used to create the GBS library, if it differs
from the one listed in the key file
|
GBSSeqToTagDBPlugin |
enzyme(String value)
Set Enzyme.
|
String |
getButtonName()
Button name for this plugin to be used in buttons, etc.
|
ImageIcon |
getIcon()
Icon for this plugin to be used in buttons, etc.
|
String |
getToolTipText()
Tool Tip Text for this plugin
|
String |
inputDirectory()
Input directory containing FASTQ files in text or gzipped
text.
|
GBSSeqToTagDBPlugin |
inputDirectory(String value)
Set Input Directory.
|
String |
keyFile()
Key file listing barcodes distinguishing the samples
|
GBSSeqToTagDBPlugin |
keyFile(String value)
Set Key File.
|
Integer |
kmerLength()
Maximum Tag Length
|
GBSSeqToTagDBPlugin |
kmerLength(Integer value)
Set Maximum Tag Length.
|
GBSSeqToTagDBPlugin |
maximumKmerNumber(Integer value)
Set maximum number of kmers
|
Integer |
minimumKmerLength()
Minimum Tag Length
|
GBSSeqToTagDBPlugin |
minimumKmerLength(Integer value)
Set Minimum Tag Length.
|
Integer |
minimumQualityScore()
Minimum quality score within the barcode and read length
to be accepted
|
GBSSeqToTagDBPlugin |
minimumQualityScore(Integer value)
Set Minimum quality score.
|
Integer |
minKmerCount()
Minimum tag count
|
GBSSeqToTagDBPlugin |
minKmerCount(Integer value)
Set Min Tag Count.
|
String |
outputDatabaseFile()
Output Database File
|
GBSSeqToTagDBPlugin |
outputDatabaseFile(String value)
Set Output Database File.
|
void |
postProcessParameters() |
DataSet |
processData(DataSet input)
For the new Generic Plugin Parameter design, performFunction() will
automatically call this.
|
void |
setTagLenException() |
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, wasCancelled
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPluginInstance, getPluginInstance, isPlugin
public GBSSeqToTagDBPlugin()
public GBSSeqToTagDBPlugin(Frame parentFrame, boolean isInteractive)
public void postProcessParameters()
public DataSet processData(DataSet input)
Plugin
processData
in interface Plugin
processData
in class AbstractPlugin
input
- inputpublic void setTagLenException()
public String inputDirectory()
public GBSSeqToTagDBPlugin inputDirectory(String value)
value
- Input Directorypublic String keyFile()
public GBSSeqToTagDBPlugin keyFile(String value)
value
- Key Filepublic String enzyme()
public GBSSeqToTagDBPlugin enzyme(String value)
value
- Enzymepublic Integer kmerLength()
public GBSSeqToTagDBPlugin kmerLength(Integer value)
value
- Maximum Tag Lengthpublic Integer minimumKmerLength()
public GBSSeqToTagDBPlugin minimumKmerLength(Integer value)
value
- Minimum Tag Lengthpublic Integer minKmerCount()
public GBSSeqToTagDBPlugin minKmerCount(Integer value)
value
- Min Tag Countpublic String outputDatabaseFile()
public GBSSeqToTagDBPlugin outputDatabaseFile(String value)
value
- Output Database Filepublic Integer minimumQualityScore()
public GBSSeqToTagDBPlugin minimumQualityScore(Integer value)
value
- Minimum quality scorepublic GBSSeqToTagDBPlugin maximumKmerNumber(Integer value)
value
- public GBSSeqToTagDBPlugin batchSize(Integer value)
value
- public Boolean deleteOldData()
public GBSSeqToTagDBPlugin deleteOldData(Boolean value)
value
- true/false - whether to delete datapublic ImageIcon getIcon()
Plugin
public String getButtonName()
Plugin
Copyright © 2018. All rights reserved.