X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fmsa%2FMsaInferrer.java;h=f26b329501a1cafbefdf0522a1651e96c9d6aea4;hb=06b38f91bc061d8ab1dfea3b6238c94c95a30d26;hp=55aa7f7e724c92cf9a26d9a32b60751d4ad1c7b3;hpb=656be28debec520e0e35a8b311114398a40ea366;p=jalview.git diff --git a/forester/java/src/org/forester/msa/MsaInferrer.java b/forester/java/src/org/forester/msa/MsaInferrer.java index 55aa7f7..f26b329 100644 --- a/forester/java/src/org/forester/msa/MsaInferrer.java +++ b/forester/java/src/org/forester/msa/MsaInferrer.java @@ -29,7 +29,7 @@ import java.io.File; import java.io.IOException; import java.util.List; -import org.forester.sequence.Sequence; +import org.forester.sequence.MolecularSequence; import org.forester.util.SystemCommandExecutor; public abstract class MsaInferrer { @@ -49,6 +49,6 @@ public abstract class MsaInferrer { public abstract Msa infer( File path_to_input_seqs, List opts ) throws IOException, InterruptedException; - public abstract Msa infer( final List seqs, final List opts ) throws IOException, + public abstract Msa infer( final List seqs, final List opts ) throws IOException, InterruptedException; }