JAL-945 uniquify prior to submission
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Fri, 7 Jun 2013 12:24:47 +0000 (13:24 +0100)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Fri, 7 Jun 2013 15:30:10 +0000 (16:30 +0100)
src/jalview/ws/rest/RestJob.java

index d2a0a05..72dbb64 100644 (file)
@@ -87,7 +87,7 @@ public class RestJob extends AWsJob
     // get sequences for the alignmentI
     // get groups trimmed to alignment columns
     // get any annotation trimmed to start/end columns, too.
-
+    squniq = jalview.analysis.SeqsetUtils.uniquify(_input.getSequencesArray(), true);
     // prepare input
     // form alignment+groups+annotation,preprocess and then record references
     // for formatters