2 import java.util.Hashtable;
4 * <p>Title: MsaWServices </p>
6 * <p>Description: Registry of MsaWSI style services </p>
8 * <p>Copyright: Copyright (c) 2004</p>
10 * <p>Company: Dundee University</p>
12 * @author not attributable
16 * TODO: MsaWServices will be set from properties and be dynamically discovered.
18 public class MsaWServices {
19 public static Hashtable info;
22 info = new Hashtable();
26 "http://www.compbio.dundee.ac.uk/JalviewWS/services/ClustalWS",
27 "ClustalW Alignment job",
28 "\"Thompson, J.D., Higgins, D.G. and Gibson, T.J. (1994) CLUSTAL W: improving the sensitivity of progressive multiple" +
29 " sequence alignment through sequence weighting, position specific gap penalties and weight matrix choice."
30 + " Nucleic Acids Research, submitted, June 1994."
35 "http://www.compbio.dundee.ac.uk/JalviewWS/services/MuscleWS",
36 "Muscle Alignment job",
37 "Edgar, Robert C. (2004), MUSCLE: multiple sequence alignment "
39 "with high accuracy and high throughput, Nucleic Acids Research 32(5), 1792-97."