Uses of Class
compbio.engine.client.SkeletalExecutable

Packages that use SkeletalExecutable
compbio.engine.client Classes and interfaces representing an input for engines. 
compbio.runner.msa Wrappers for native executables for multiple sequence alignment (msa) 
compbio.runner.psiblast   
 

Uses of SkeletalExecutable in compbio.engine.client
 

Methods in compbio.engine.client that return SkeletalExecutable
 SkeletalExecutable<T> SkeletalExecutable.setError(java.lang.String errFile)
           
 SkeletalExecutable<T> SkeletalExecutable.setInput(java.lang.String inFile)
           
 SkeletalExecutable<T> SkeletalExecutable.setOutput(java.lang.String outFile)
           
 

Uses of SkeletalExecutable in compbio.runner.msa
 

Subclasses of SkeletalExecutable in compbio.runner.msa
 class ClustalW
           
 class Mafft
           
 class Muscle
           
 class Probcons
           
 class Tcoffee
           
 

Uses of SkeletalExecutable in compbio.runner.psiblast
 

Subclasses of SkeletalExecutable in compbio.runner.psiblast
 class PsiBlast