X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Futil%2FForesterUtil.java;h=7492f1e6e957c639e8ddec0f6c18095b78ca4319;hb=5ea47511ea9c077b4b4709bed68ac31d6eee0477;hp=1908f8fd54575c5fb634dea50ec4ad8ae1116870;hpb=3b5c2fab212d221196ed1734ee9c623f45310bb7;p=jalview.git diff --git a/forester/java/src/org/forester/util/ForesterUtil.java b/forester/java/src/org/forester/util/ForesterUtil.java index 1908f8f..7492f1e 100644 --- a/forester/java/src/org/forester/util/ForesterUtil.java +++ b/forester/java/src/org/forester/util/ForesterUtil.java @@ -91,6 +91,7 @@ public final class ForesterUtil { public static final String NCBI_NUCCORE = "http://www.ncbi.nlm.nih.gov/nuccore/"; public final static String UNIPROT_KB = "http://www.uniprot.org/uniprot/"; public static final String NCBI_GI = "http://www.ncbi.nlm.nih.gov/protein/gi:"; + public static final String PDB = "http://www.pdb.org/pdb/explore/explore.do?pdbId="; static { final DecimalFormatSymbols dfs = new DecimalFormatSymbols(); dfs.setDecimalSeparator( '.' );