Webservice working with ScoreManager
[jabaws.git] / webservices / compbio / ws / server / RNAalifoldWS.java
index b05c973..34f0aaf 100644 (file)
@@ -48,18 +48,6 @@ public class RNAalifoldWS extends SequenceAnnotationService<RNAalifold>
                super (new RNAalifold(), log);
        }
 
-       /*
-        * No options are supported, thus the result of this call will be as simple
-        * call to analize without parameters
-        */
-       @Override
-       public String customAnalize(List<FastaSequence> sequences,
-                       List<Option<RNAalifold>> options) throws UnsupportedRuntimeException,
-                       LimitExceededException, JobSubmissionException,
-                       WrongParameterException {
-               
-               return analize(sequences);
-       }
 
        /*
         * No presets are supported, thus the result of this call will be as simple