More work to disorder prediction client & services.
[jabaws.git] / datamodel / compbio / data / sequence / SequenceUtil.java
index 4d61d2a..e737575 100644 (file)
@@ -610,7 +610,7 @@ public final class SequenceUtil {
                         * Also possible FastaSequence fs = new FastaSequence(sequenceName,\r
                         * seqbuffer.toString());\r
                         */\r
-                       HashSet<Score> scores = new HashSet<Score>();\r
+                       Set<Score> scores = new TreeSet<Score>();\r
                        scores.add(new Score(GlobProtResult.Disorder, disorderR));\r
                        scores.add(new Score(GlobProtResult.GlobDoms, domsR));\r
                        scores.add(new Score(GlobProtResult.Dydx, dydxScore));\r