X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Fjws2%2Fjabaws2%2FJws2InstanceFactory.java;h=7c8395f86485b99fd688c9bcedd3ab1e37c96f5d;hb=37de9310bec3501cbc6381e0c3dcb282fcaad812;hp=696dba3c852d57633c1580c177d6e4ecf3180df1;hpb=2273eba5668e5340354da60fed329c6c716cc439;p=jalview.git diff --git a/src/jalview/ws/jws2/jabaws2/Jws2InstanceFactory.java b/src/jalview/ws/jws2/jabaws2/Jws2InstanceFactory.java index 696dba3..7c8395f 100644 --- a/src/jalview/ws/jws2/jabaws2/Jws2InstanceFactory.java +++ b/src/jalview/ws/jws2/jabaws2/Jws2InstanceFactory.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2) - * Copyright (C) 2014 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -35,6 +35,7 @@ public class Jws2InstanceFactory private static HashMap aaConGUI; private static HashSet ignoreGUI; + private static String category_rewrite(String cat_name) { return (cat_name != null && cat_name.equals("Prediction")) ? "Secondary Structure Prediction" @@ -70,6 +71,7 @@ public class Jws2InstanceFactory init(); return (ignoreGUI.contains(serviceType.toString())); } + /** * construct a service instance and configure it with any additional * properties needed so Jalview can access it correctly