Author: Dr Dirk Walther
European Molecular Biology Laboratory (EMBL),
Heidelberg
Meyerhofstrasse 1
Germany
walther@embl-heidelberg.de
WebMol was designed to display and analyse structural information contained in the
Brookhaven Protein Data Bank (PDB).
Features include:
<html>
<body>
<!-- REMOVE codebase line when you load WebMol from a local source>
<applet code="proteinViewer.class"
codebase="http://www.embl-heidelberg.de/~walther/JAVA/" // with this line you get the classes
// from the specified server
width=700 height=500> // adjusts the size of the applet
<PARAM NAME="PROTEIN" // pdb identifier
VALUE="1kes"
>
<PARAM NAME="PATH" // file path
VALUE="./" // e.g. current directory
>
<PARAM NAME="URL" // default URL, e.g. http://www.embl-heidelberg.de/~walther/JAVA/pdb/
VALUE=""
>
<PARAM NAME="EXT" // default pdb file extension
VALUE="brk"
>
<PARAM NAME="PDB_STRING" // pdb file parsed into the html-file directly
VALUE="" // copy and paste pdb text into the quotes here
>
</applet>
</body>
</html>
Beware: Macs were observed to behave inconsistently.
In particular, creating a Ramachandran and Distance
Matrix plot was observed to fail.
Please send suggestions and any error messages (Java Console window) to walther@embl-heidelberg.de
Heidelberg, November 1996