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
15 public class MsaWServices {
16 public static Hashtable info;
19 info = new Hashtable();
23 "http://www.compbio.dundee.ac.uk/JalviewWS/services/ClustalWS",
24 "ClustalW Alignment job",
25 "\"Thompson, J.D., Higgins, D.G. and Gibson, T.J. (1994) CLUSTAL W: improving the sensitivity of progressive multiple" +
26 " sequence alignment through sequence weighting, position specific gap penalties and weight matrix choice."
27 + " Nucleic Acids Research, submitted, June 1994."
32 "http://www.compbio.dundee.ac.uk/JalviewWS/services/MuscleWS",
33 "Muscle Alignment job",
34 "Edgar, Robert C. (2004), MUSCLE: multiple sequence alignment "
36 "with high accuracy and high throughput, Nucleic Acids Research 32(5), 1792-97."