JWS-47 AACons validation shouldn't be done for generic analysis services
authorjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 2 Aug 2012 11:51:38 +0000 (12:51 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 2 Aug 2012 13:54:59 +0000 (14:54 +0100)
webservices/compbio/ws/server/SequenceAnnotationService.java

index 21fcb24..0b450d1 100644 (file)
@@ -73,7 +73,7 @@ public abstract class SequenceAnnotationService<T> extends GenericMetadataServic
                        List<Option<T>> options) throws UnsupportedRuntimeException,\r
                        LimitExceededException, JobSubmissionException,\r
                        WrongParameterException {\r
-               WSUtil.validateAAConInput(sequences);\r
+               WSUtil.validateFastaInput(sequences);\r
                ConfiguredExecutable<T> confAACon = init(sequences);\r
                // Could not do that! Space separated values\r
                // will all be treated as keys! thus duplicates removed\r