|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bdgp.io.AbstractDataAdapter
apollo.analysis.SeqAnalysisBase
apollo.analysis.SeqAnalysisLocal
public class SeqAnalysisLocal
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
logger
|
protected java.lang.String |
seqFile
|
| Fields inherited from class apollo.analysis.SeqAnalysisBase |
|---|
curationSet, rawResults, sequence |
| Fields inherited from class org.bdgp.io.AbstractDataAdapter |
|---|
listeners |
| Fields inherited from interface apollo.analysis.AnalysisDataAdapterI |
|---|
OP_ANALYZE_DATA |
| Constructor Summary | |
|---|---|
SeqAnalysisLocal()
|
|
SeqAnalysisLocal(java.util.Hashtable inproperties)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this data adapter |
protected java.lang.String |
getProgramDirectory()
|
protected java.lang.String |
getProgramPath()
programPath = programDirectory / programName |
protected java.lang.String |
getProgramShellCommand()
programShellCommand = programPath programArgs |
java.util.Vector |
getRawResultVector()
all the raw results - usually Vector of main output and error (if any) as Strings these Strings should *NOT* be parsed; it is up to the SeqAnalysisI implementation object to do any parsing and return the results as a CurationSet or similar object |
protected java.lang.String |
getSeqFile()
writes input sequence as a fasta file |
java.lang.String |
getType()
Returns the type of data handled by this data adapter |
org.bdgp.io.DataAdapterUI |
getUI(org.bdgp.io.IOOperation op)
Returns a user interface for the requested IOOperation. |
void |
init()
For initialization, like opening files or database connections. |
void |
initSeqAnalysisLocal()
|
boolean |
launch()
Once you have configured the SeqAnalysis properties, call this method to run the analysis. |
protected void |
run()
|
| Methods inherited from class org.bdgp.io.AbstractDataAdapter |
|---|
addProgressListener, fireProgressEvent, removeProgressListener, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.bdgp.io.VisualDataAdapter |
|---|
addProgressListener, fireProgressEvent, removeProgressListener |
| Field Detail |
|---|
protected static final org.apache.log4j.Logger logger
protected java.lang.String seqFile
| Constructor Detail |
|---|
public SeqAnalysisLocal()
public SeqAnalysisLocal(java.util.Hashtable inproperties)
| Method Detail |
|---|
public void init()
org.bdgp.io.DataAdapter
init in interface org.bdgp.io.DataAdapterinit in class SeqAnalysisBasepublic void initSeqAnalysisLocal()
public org.bdgp.io.DataAdapterUI getUI(org.bdgp.io.IOOperation op)
org.bdgp.io.VisualDataAdapter
public java.lang.String getName()
org.bdgp.io.DataAdapter
getName in interface SeqAnalysisIgetName in interface org.bdgp.io.DataAdaptergetName in class SeqAnalysisBasepublic java.lang.String getType()
org.bdgp.io.DataAdapter
getType in interface org.bdgp.io.DataAdaptergetType in class SeqAnalysisBasepublic boolean launch()
SeqAnalysisI
launch in interface SeqAnalysisIlaunch in class SeqAnalysisBaseprotected java.lang.String getSeqFile()
public java.util.Vector getRawResultVector()
SeqAnalysisI
getRawResultVector in interface SeqAnalysisIgetRawResultVector in class SeqAnalysisBaseprotected java.lang.String getProgramShellCommand()
protected java.lang.String getProgramPath()
protected java.lang.String getProgramDirectory()
protected void run()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||