org.forester.msa
Class MafftOLD

java.lang.Object
  extended by org.forester.msa.MafftOLD
All Implemented Interfaces:
MsaInferrer

public final class MafftOLD
extends java.lang.Object
implements MsaInferrer


Method Summary
 java.lang.Object clone()
           
static MsaInferrer createInstance(java.lang.String path_to_prg)
           
 java.lang.String getErrorDescription()
           
 int getExitCode()
           
 Msa infer(java.io.File path_to_input_seqs, java.util.List<java.lang.String> opts)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createInstance

public static MsaInferrer createInstance(java.lang.String path_to_prg)

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

getErrorDescription

public java.lang.String getErrorDescription()
Specified by:
getErrorDescription in interface MsaInferrer

getExitCode

public int getExitCode()
Specified by:
getExitCode in interface MsaInferrer

infer

public Msa infer(java.io.File path_to_input_seqs,
                 java.util.List<java.lang.String> opts)
          throws java.io.IOException,
                 java.lang.InterruptedException
Specified by:
infer in interface MsaInferrer
Throws:
java.io.IOException
java.lang.InterruptedException