Merge branch 'JABAWS_Release_2_5' into develop
[jabaws.git] / webservices / compbio / data / msa / Category.java
index 59bcf30..fa9968b 100644 (file)
@@ -36,7 +36,7 @@ public class Category {
        public static final String CATEGORY_DISORDER = "Protein Disorder";\r
        public static final String CATEGORY_CONSERVATION = "Conservation";\r
        public static final String CATEGORY_PREDICTION = "Prediction";\r
-       \r
+\r
        public String name;\r
        Set<Services> services;\r
 \r
@@ -80,6 +80,7 @@ public class Category {
 \r
                Set<Services> prediction_services = new HashSet<Services>();\r
                prediction_services.add(Services.JpredWS);\r
+               prediction_services.add(Services.RNAalifoldWS);\r
                Category prediction = new Category(CATEGORY_PREDICTION, prediction_services);\r
 \r
                Set<Category> categories = new HashSet<Category>();\r