X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Fjws2%2Fjabaws2%2FJws2InstanceFactory.java;h=abe3bde361786c4fc7ba214092793f4cf5c74160;hb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;hp=696dba3c852d57633c1580c177d6e4ecf3180df1;hpb=633d7e7ce933a825d2bad0d948ca570eac97bb3a;p=jalview.git diff --git a/src/jalview/ws/jws2/jabaws2/Jws2InstanceFactory.java b/src/jalview/ws/jws2/jabaws2/Jws2InstanceFactory.java index 696dba3..abe3bde 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 2.9.0b2) + * Copyright (C) 2015 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