diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-04-02 16:18:53 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-04-02 16:18:53 +0000 |
commit | 3e70b923da784dafb4ca1fcd3ac175866ce1cfbd (patch) | |
tree | a73ddc35504a96a2aebe2c618085b6b60ece3f42 /biology/Makefile | |
parent | This C library provides functions for manipulating in memory hash tables (diff) |
Swiss-PdbViewer is an application that provides a user friendly interface
allowing to analyse several proteins at the same time. The proteins can be
superimposed in order to deduce structural alignments and compare their
active sites or any other relevant parts. Amino acid mutations, H-bonds,
angles and distances between atoms are easy to obtain thanks to the
intuitive graphic and menu interface.
Moreover, Swiss-PdbViewer is tightly linked to Swiss-Model, an automated
homology modelling server developped at Glaxo Welcome Experimental Research
in Geneva. Working with these two programs greatly reduces the amount of work
necessary to generate models, as it is possible to thread a protein primary
sequence onto a 3D template and get an immediate feedback of how well the
threaded protein will be accepted by the reference structure before
submitting a request to build missing loops and refine sidechain packing.
Swiss-PdbViewer can also read electron density maps, and provides various
tools to build into the density. In addition, various modelling tools are
integrated and command files for popular energy minimisation packages can be
generated.
Finally, as a special bonus, POV-Ray scenes can be generated from the
current view in order to make stunning ray-traced quality images.
WWW: http://www.expasy.ch/spdbv/
PR: 33902
Submitted by: chuynh@biolateral.com.au
Diffstat (limited to 'biology/Makefile')
-rw-r--r-- | biology/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/Makefile b/biology/Makefile index 2551f00d5a13..c66e42a81840 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -45,6 +45,7 @@ SUBDIR += seaview SUBDIR += seqio SUBDIR += sim4 + SUBDIR += spdbv SUBDIR += tRNAscan-SE SUBDIR += t_coffee SUBDIR += tinker |