AAConWS further work
[jabaws.git] / webservices / compbio / ws / server / AAConWS.java
index f9d8ce6..a32533f 100644 (file)
@@ -13,7 +13,6 @@ import org.apache.log4j.Logger;
 \r
 import compbio.data.msa.Annotation;\r
 import compbio.data.sequence.FastaSequence;\r
-import compbio.data.sequence.SMERFSConstraints;\r
 import compbio.data.sequence.Score;\r
 import compbio.engine.AsyncExecutor;\r
 import compbio.engine.Configurator;\r
@@ -175,13 +174,4 @@ public class AAConWS implements Annotation<AACon> {
                return WSUtil.align(sequences, confAAcon, null, "presetAnalize", limit);\r
        }\r
 \r
-       @Override\r
-       public String customSMERFS(List<FastaSequence> sequences, int windowWidth,\r
-                       SMERFSConstraints scoringMethod, float gapTreshold,\r
-                       boolean normalize) throws UnsupportedRuntimeException,\r
-                       LimitExceededException, JobSubmissionException {\r
-               // TODO Auto-generated method stub\r
-               return null;\r
-       }\r
-\r
 }\r