compbio.runner.disorder
Class IUPred

java.lang.Object
  extended by compbio.engine.client.SkeletalExecutable<IUPred>
      extended by compbio.runner.disorder.IUPred
All Implemented Interfaces:
Executable<IUPred>

public class IUPred
extends SkeletalExecutable<IUPred>

iupred sequenceFile Maximum sequence length is 40000 chars. Single string length max is a 1000 chars!


Nested Class Summary
 
Nested classes/interfaces inherited from interface compbio.engine.client.Executable
Executable.ExecProvider
 
Field Summary
 
Fields inherited from class compbio.engine.client.SkeletalExecutable
ERROR, INPUT, OUTPUT
 
Constructor Summary
IUPred()
           
 
Method Summary
 String getOutput()
           
 ScoreManager getResults(String workDirectory)
           
 Class<IUPred> getType()
           
 IUPred setInput(String inFile)
           
 IUPred setOutput(String outFile)
           
 
Methods inherited from class compbio.engine.client.SkeletalExecutable
addParameters, equals, getClusterCpuNum, getClusterJobSettings, getCreatedFiles, getError, getInput, getLimit, getLimits, getParameters, hashCode, loadRunConfiguration, setError, setParameter, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IUPred

public IUPred()
Method Detail

getResults

public ScoreManager getResults(String workDirectory)
                        throws ResultNotAvailableException
Throws:
ResultNotAvailableException

setInput

public IUPred setInput(String inFile)
Overrides:
setInput in class SkeletalExecutable<IUPred>

setOutput

public IUPred setOutput(String outFile)
Overrides:
setOutput in class SkeletalExecutable<IUPred>

getOutput

public String getOutput()
Specified by:
getOutput in interface Executable<IUPred>
Overrides:
getOutput in class SkeletalExecutable<IUPred>

getType

public Class<IUPred> getType()
Specified by:
getType in class SkeletalExecutable<IUPred>
Returns:
subclasses must return their type