From: jprocter Date: Thu, 2 Aug 2012 11:51:38 +0000 (+0100) Subject: JWS-47 AACons validation shouldn't be done for generic analysis services X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=5b320aec4f2a933ba9d5f066b37026015a91e3f0;p=jabaws.git JWS-47 AACons validation shouldn't be done for generic analysis services --- diff --git a/webservices/compbio/ws/server/SequenceAnnotationService.java b/webservices/compbio/ws/server/SequenceAnnotationService.java index 21fcb24..0b450d1 100644 --- a/webservices/compbio/ws/server/SequenceAnnotationService.java +++ b/webservices/compbio/ws/server/SequenceAnnotationService.java @@ -73,7 +73,7 @@ public abstract class SequenceAnnotationService extends GenericMetadataServic List> options) throws UnsupportedRuntimeException, LimitExceededException, JobSubmissionException, WrongParameterException { - WSUtil.validateAAConInput(sequences); + WSUtil.validateFastaInput(sequences); ConfiguredExecutable confAACon = init(sequences); // Could not do that! Space separated values // will all be treated as keys! thus duplicates removed