WebMol

To download WebMol, please fill out the Academic License request form.
version as of September 1, 1998

(inludes the source code).

UNIX systems:

1) Download the file.
2) Uncompress with: uncompress webmol.tar.Z
3) Un-tar the file: tar -xvf webmol.tar

PCs/ Win95:

1) Save link as File (right mouse button)
2) Uncompress and Un-tar with WinZip

To run WebMol as a stand-alone application - allowing you to read directly from your local file system or across the web - you need the Java runtime execution environment.

Add the newly created webmol directory to your CLASSPATH
(e.g. setenv CLASSPATH path_to_webmol_directory or
setenv CLASSPATH path_to_webmol_dir:other_paths_separated_by_colons
or run WebMol from within the webmol directory.

Run WebMol with:
java webmol pdb_file or
java webmol http-address
(Example: java webmol http://www.embl-heidelberg.de/~walther/JAVA/pdb/1crn.brk)
or
java webmol ftp-address
(Example: java webmol ftp://pdb.pdb.bnl.gov//fullrelease/uncompressed_files/23/pdb123l.ent )

make sure java and associated programs (e.g.javat) are in your path

Consider setting: alias webmol 'java webmol' in your .cshrc. Then you can run WebMol with the command 'webmol' alone.

Windows-PC: For convenience, try setting a shortcut to webmol.


Plug in WebMol into your Java program: The WebMol API
This is a first version of an API. It will certainly grow over time. Feel free to request functionality features that you would like to see added.
(Documentation (webmol.html) and example program are included in the tar-file.)


Make WebMol a Helper application in your WWW-browser.

If available (SGI), you can apply the following optimization:

1) Translate the byte-code into machine dependent optimized code: javat *.class
2) run with: java -tran -jit webmol pdb_file

Note: Resizing problems have been noticed with JDK 1.0.

Development and testing performed on an SGI running under IRIX 6.2.
Get the JDK 1.1.2 for Irix 5.3, 6.2, 6.3, and 6.4 here.


Contact:
Dirk Walther
for further assistance.
Last modified: Thu Jan 28 09:57:17 PST