Programs for the creation, manipulation and viewing of molecular models.
AMBER:Assisted Model Building with Energy Refinement
AMBER refers to two things: a molecular mechanical force field for the simulation of biomolecules (which is in general use in a variety of simulation programs); and a package of molecular simulation programs which includes source code and demos.
http://amber.scripps.edu
Amber Tutorials
Remote online documentation can be found on the Amber 7 Manuals and Amber 8 Manuals
There are several versions of Amber: serial version, shared-memory parallel (multiprocessor) version (MP) and parallel version that uses MPI message-passing library. The MP version is only available on multi-processor SGI computers. The MPI version is available on SGI Origin computers.Note: Although serial and parallel versions share most of the code base, there are significant differences. In some cases, parallel version may not produce the same results as the serial version. The results for any new problem obtained with a parallel version should be carefully checked against the serial version. The two parallel verions, MP and MPI, are also significantly different from each other. The MP versions supports a richer set of features, but MPI version may provide better performance in certain cases. The MP version is generally more reliable. You must initialize your environment including default paths and environmental variables which the package uses to access the programs and associated files. To do this, enter the following commands:
To initialize serial version 8 of Amber: module add amber/amber8
To initialize serial version 7 of Amber: module add amber/amber7
Only Sander and Gibbs are parallelized in amber.
To access serial sander and gibbs, use command "sander_ser" and "gibbs_ser".
To acess parallel sander and gibbs, use the command "sander_par" and "gibbs_par".
If you access this package on a regular basis, you can add the above lines to your ~/.cshrc file so that your environment will be initialized for Amber every time you log in.
Version: v7.0, v8.0
Labs: IBM SP, IBM regatta, Scientific Development and Visualization Lab,
Basic Sciences Computing Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory
System(s): all UNIX workstations and servers
Categories: Molecular Modeling, Chemistry, NMR, Molecular Simulation
From the AutoDock documentation:
"AutoDock is a suite of programs designed to predict the bound conformation(s) of a flexible ligand to a macromolecular target of known structure, like an enzyme or DNA. AutoDock has also been used in the prediction of the structure of protein-protein complexes. AutoDock has found application in the computer-aided design of bioactive compounds and in the prediction of peptide binding to antibodies."
http://www.scripps.edu/pub/olson-web/doc/autodock/
Some Examples and test systems can be found at the : AutoDock Home Page
Remote online documentation can be found on the AutoDock Home Page.
Local documentation including a postscript and html formatted manuals can be found in /usr/local/autodock/doc/
You must initialize your environment including default paths and environmental variables which the package uses to access the programs and associated files. To do this, enter the following command:module add autodock
If you access this package on a regular basis, you can add this line to your ~/.cshrc file so that your environment will be initialized for AutoDock every time you log in.
eg:
... # initialize and load modules if( -e /usr/local/share/modules/init/tcsh ) then unsetenv PATH MANPATH source /usr/local/share/modules/init/tcsh module load base module add autodock endif ...
Once you have setup your environment, the following commands are available:autodock3
autogrid3
addsol
Version: v3.0.3
Labs: Basic Sciences Computing Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory
System(s): all SGI workstations
Categories: Molecular Modeling
AutoDockTools, ADT - Tools to Set Up, Run and Analyze AutoDock Dockings.
AutoDockTools, or ADT, is the ultimate GUI to set up, launch and analyze AutoDockruns. With ADT, you can:- View molecules in 3D, rotate & scale in real time.
- Add all hydrogens or just non-polar hydrogens.
- Assign partial atomic charges to the ligand and the macromolecule (Gasteiger or Kollman United Atom charges).
- Merge non-polar hydrogens and their charges with their parent carbon atom.
- Set up rotatable bonds in the ligand using a graphical version of AutoTors.
- Set up the AutoGrid Parameter File (GPF) using a visual representation of the grid box, and slider-based widgets.
- Set up the AutoDock Parameter File (DPF) using forms.
- Launch AutoGrid and AutoDock.
- Read in the results of an AutoDock job and graphically display them.
- View isocontoured AutoGrid affinity maps.
http://www.scripps.edu/pub/olson-web/doc/autodock/tools.html#ADT
AutoDock with AutoDockTools Tutorial can be found here
You must initialize your environment including default paths and environmental variables which the package uses to access the programs and associated files. To do this, enter the following command:source /usr/local/autodocktools/cshrc
Once you have setup your environment, the following commands are available:adt
pmv
Version: version 1.1
Labs: Basic Sciences Computing Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory
System(s): all SGI workstations
Categories: Molecular Modeling
Babel is a program designed to interconvert a number of file formats currently used in molecular modeling.Babel will read the following file types :
Alchemy AMBER PREP Ball and Stick Biosym .CAR Boogie Cacao Cartesian Cambridge CADPAC CHARMm Chem3D Cartesian 1 Chem3D Cartesian 2 CSD CSSR CSD FDAT CSD GSTAT Feature Free Form Fractional GAMESS Output Gaussian Z-Matrix Gaussian Output Hyperchem HIN MDL Isis Mac Molecule Macromodel Micro World MM2 Input MM2 Ouput MM3 MMADS MDL MOLfile MOLIN Mopac Cartesian Mopac Internal Mopac Output PC Model PDB Quanta ShelX Spartan Spartan Semi-Empirical Spartan Mol. Mechanics Sybyl Mol Sybyl Mol2 Conjure Maccs 2d Maccs 3d UniChem XYZ XYZ XEDBabel will write the following file types :
Alchemy Ball and Stick Batchmin Command Cacao Cartesian Cacao Internal CAChe MolStruct Chem3D Cartesian 1 Chem3D Cartesian 2 ChemDraw Conn. Table Conjure Conjure Template CSD CSSR Feature Fenske-Hall ZMatrix Gamess Input Gaussian Cartesian Gaussian Z-matrix Gaussian Z-matrix tmplt Hyperchem HIN Icon 8 IDATM Mac Molecule Macromodel Micro World MM2 Input MM2 Ouput MM3 MMADS MDL Molfile Mopac Cartesian Mopac Internal PC Model PDB Report Spartan Sybyl Mol Sybyl Mol2 MDL Maccs file XED UniChem XYZ XYZ
http://smog.com/chem/babel
http://smog.com/chem/babel/README
Information on how to use babel can be found in http://www.msi.umn.edu/software/babel/manual/docs.txt
You must initialize your environment including default paths and environmental variables which the package uses to access the programs and associated fils. To do this, enter the following command:module add babel
If you access this package on a regular basis, you can add this line to your ~/.cshrc file so that your environment will be initialized for BABEL every time you log in.
eg:
... # initialize and load modules if( -e /usr/local/share/modules/init/tcsh ) then unsetenv PATH MANPATH source /usr/local/share/modules/init/tcsh module load base module add babel endif ...
Once you have setup your environment, use the following command to run BABEL with a menu interfacebabel -m
Look at the documentation for other options.
Version: v1.6
Labs: Basic Sciences Computing Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory
System(s): all SGI workstations. all sun workstations at VWL
Categories:Chemistry, Molecular Modeling, NMR, X-ray Crystallography
CAChe is a computer-aided chemistry modeling package for experimental chemists conducting research in life sciences, materials and chemicals, as well as for undergraduate and graduate educators. The software utilizes semiempirical method for evaluation of heat of formation and geometry optimization as well as for modeling of molecules with up to 20,000 atoms.For more information, please visit http://www.cachesoftware.com.
Version: v6.1.1 (2003 distribution)
Labs: Basic Sciences Computing Lab,
Scientific Development and Visualization Lab, Basic Sciences Computing Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation Laboratory
System(s): all PC's and Mac's at BSCL, SDVL and VWL
Categories: Molecular Modeling, Chemistry
The Cambridge Structural Database (CSD) is the the largest searchable database of experimentally determined crystal structures and is maintained by the the Cambridge Crystallographic Data Center (CCDC). The complete CSD system includes the database as well as the following graphical search, retrieval and data visualisation software:
Program Description Executable ConQuest 1, 2 and 3D searching of the CSD with very nice interface cq QUEST 1, 2 and 3D searching of the CSD questv5 VISTA Statistical analysis and graphical display vista PreQuest Creating Quest searchable databases, in-house prequest
online at http://www.ccdc.cam.ac.uk/support/csd_doc/zdocmain.html
You must initialize your environment including default paths and environmental variables which the CSD package uses to access the programs and database. To do this, enter the following command:module load cambridge
If you access this package on a regular basis, you can add this line to your ~/.cshrc file so that your environment will be initialized for the CSD every time you log in.
Version: v5.25 (November 2003 distribution)
Labs: Basic Sciences Computing Lab, Scientific Development and Visualization Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory
System(s): all SGI and Sun workstations and PC at VWL, BSCL, SDVL
Categories: Molecular Modeling, X-ray Crystallography
Cerius2 provides an easy-to-use molecular modeling and simulation environment, offering a broad range of scientific applicaiton modules.
The following modules are available to MSI researchers:
| Package | Concurrent Users | Description (from the Accelrys, Inc. web site) |
|---|---|---|
| Visualizer | 3 | Cerius2 Visualizer provides a comprehensive modeling environment for building, editing and visualizing models of molecular structure as well as the core requirements for running Cerius2 applications. |
| Compass | 1 |
Compass is the new version of the PCFF forcefield - the first forcefield parameterized and validated using condensed phase properties. Enables accurate simulation of structural, conformational, vibrational, and thermophysical properties for a broad range of molecules in isolation and in condensed phases. |
| Amorphous builder | 1 |
Amorphous builder is used to build models of amorphous polymers and polymer/solvent systems. Combined with simulation and analysis functionality, this offers a powerful way to understand the relationship between amorphous structure and properties. |
| Compass | 1 | Compass is the new version of the PCFF forcefield - the first forcefield parameterized and validated using condensed phase properties. Enables accurate simulation of structural, conformational, vibrational, and thermophysical properties for a broad range of molecules in isolation and in condensed phases. |
| Conformers | 2 | Provides conformational search algorithms and associated analysis tools, allowing you to characterize molecular conformation and flexibility, and gain insight into geometric and energetic properties. |
| Crystal Builder | 2 | Crystal Builder is used to build and visualize models of inorganic or molecular crystals, helping you to understand crystalline structure and simulate the behavior of solids. |
| Diffraction | 2 |
Diffraction-Crystal simulates powder, fiber, and single crystal diffraction from crystalline models, which helps you interpret experimental data from molecular, inorganic, and polymeric crystalline materials. |
| Discover | 10 |
Discover is a user interface to the widely used and well-validated Discover simulation code. Discover provides a broad range of simulation methods, enabling structural characterization and property prediction for molecules, materials, and biological compounds. |
| Dynamics | 2 |
Dynamics applies molecular mechanics to study structure relaxation and investigate the behavior of a material over a time period. Properties which can be deduced include: stability, diffusion, radial distribution functions and structure factors, and velocity auto-correlation functions. |
| Force Field Editor | 2 |
Force Field Editor lets you adapt force fields from the Cerius2 database or create your own. You can apply force fields from the literature to your problems and develop and validate in-house parameterizations. |
| Gaussian | 1 |
Gaussian interfaces to the Gaussian code allowing you to apply ab initio, semi- empirical, and density functional techniques to study the energetics, structure, and chemistry of molecules and transition states. |
| Mechanical Properties | 1 |
Mechanical Properties predicts a range of ideal elastic modulii for any materials type, helping you to design novel crystalline and amorphous polymers, ceramics, and semiconductors. |
| Minimizer | 2 |
Minimizer predicts low-energy structures using molecular mechanics calculations and the power of Cerius2's Open Force Field. C2.Minimizer helps you to gain increased understanding of molecular, macromolecular, amorphous, crystalline, and surface structure and properties. |
| Mopac | 1 |
Mopac interfaces to the popular semi-empirical quantum code MOPAC. You can study molecular structure and energetics, and compute properties such as molecular orbitals and charges. | Morphology | 2 |
Morphology predicts and analyzes the morphology of crystals from their internal crystal structure, which helps you relate morphological features to structure and understand the likely effects of solvents and growth modifying additives.
| OFF |
2 |
OFF (Open Force Field) provides molecular mechanics force fields to support Cerius2's property prediction modules. You can choose from an extensive database of force fields covering organics, polymers, zeolites, organometallics, and other materials types.
|
Powder Indexing |
2 |
Powder Indexing completes a comprehensive package of software modules for crystal structure determination from powder data. You can establish unit cell and symmetry information and use this to assist Rietveld refinement or crystal structure predictions.
|
Sorption |
1 |
Sorption predicts the adsorption properties of molecules in microporous solids, such as zeolites, helping you to predict adsorption isotherms, binding sites, adhesion energies, diffusion paths, and molecular selectivity.
|
Surface Builder |
2 |
Surface Builder is used to build 2D periodic models that enable you to investigate surface chemistry, structure, and interactions.
|
|
To run cerius2, you must first set some environment varibles. This is easy. Just type
source /usr/local/cerius/cshrc
Now type
cerius2
For more information, see
http://www.accelrys.com/cerius2.
For online documentation, see
http://www.accelrys.com/doc.
Version: 4.9
Labs: Scientific Development and Visualization Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory, Basic Sciences Computing Lab
System(s): all SGI workstations
Categories: Chemistry, Molecular Modeling, X-ray Crystallography, Molecular Simulation
DOCK addresses the problem of "docking" molecules to each other. It explores ways in which two molecules, such as a drug and an enzyme or protein receptor, might fit together. Compounds which dock to each other well, like pieces of a three-dimensional jigsaw puzzle, have the potential to bind. So, why is it important to able to identify small molecules which may bind to a target macromolecule? A compound which binds to a biological macromolecule may inhibit its function, and thus act as a drug.
DOCK generates many possible orientations (and more recently, conformations) of a putative ligand within a user-selected region of a receptor structure. These orientations may be scored using several schemes designed to measure steric and/or chemical complementarity of the receptor-ligand complex. These scores may be used to evaluate likely orientations of a single ligand, or to rank molecules from a database.
You must initialize your environment including default paths and environmental variables which the CSD package uses to access the programs and database. To do this, enter the following command:module load dock
Once you have setup your environment, use the following command to run dockdock
Version: 4.0
Labs: Medicinal Chemistry/Supercomputing Institute Visualization-Workstation Laboratory
System(s): all SGI workstations
Categories: Molecular Modeling
For on-line documentation, please visit http://www.cmpharm.ucsf.edu/kuntz/dock.html.
GRASP is a molecular visualization and analysis program by Anthony Nicholls of Columbia University. It is particularly useful for the display and manipulation of the surfaces of molecules and their electrostatic properties.
http://tincan.bioc.columbia.edu/grasp/
Example scripts and macros can be found in:/usr/local/grasp/example_scripts_and_macros/
Versions of the manual in ASCII, Microsoft Word, and PostScript can be found in:/usr/local/grasp/manuals/An HTML version of the manual can be found at the GRASP Home Page
You must initialize your environment including default paths and environmental variables which the package uses to access the programs and database. To do this, enter the following command:module add grasp
If you access this package on a regular basis, you can add this line to your ~/.cshrc file so that your environment will be initialized for the CSD every time you log in.
eg:
... # initialize and load modules if( -e /usr/local/share/modules/init/tcsh ) then unsetenv PATH MANPATH source /usr/local/share/modules/init/tcsh module load base module add grasp endif ...
Once you have setup your environment, use the following command to run GRASPgrasp
Version: v1.2
Labs: Basic Sciences Computing Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory
System(s): all SGI workstations
Categories: Molecular Modeling
HBPLUS is a hydrogen bond calculation program from University College Londen. It features include but are not limited to:
- Calculates the Geometries of all Hydrogen Bonds
- Optionally Lists of Neighbour Interactions
- Calculates Hydrogen Positions
- Deals with Hydrogens that can Occupy More Than one Position
- Optionaly includes amino-aromatic H-bonds.
- Supports Full Customisation, eg of
- H-bond criteria
- Donor and Acceptor Atom Types
- Analyses H-bonding Near Asn, Gln and His Side-Chains and
- Suggests Optimal Conformations
- Supports .hbplusrc Files
- Outputs PDB File Including Extrapolated Polar Hydrogen Positions
http://www.biochem.ucl.ac.uk/~mcdonald/hbplus/home.html
None at this time.
An ASCII (Text) formated manual can be found in:/usr/local/hbplus/manual/hbplus.man
You must initialize your environment including default paths and environmental variables which the package uses to access the programs and database. To do this, enter the following command:module add hbplus
If you access this package on a regular basis, you can add this line to your ~/.cshrc file so that your environment will be initialized for the CSD every time you log in.
eg:
... # initialize and load modules if( -e /usr/local/share/modules/init/tcsh ) then unsetenv PATH MANPATH source /usr/local/share/modules/init/tcsh module load base module add hbplus endif ...
Once you have setup your environment, use the following command to run HBPLUShbplus
Version: v3.15
Labs: Basic Sciences Computing Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory
System(s): all SGI workstations
Categories: Molecular Modeling
LIGPLOT automatically generates schematic diagrams of protein-ligand interactions for a given PDB file. The interactions shown are those mediated by hydrogen bonds and by hydrophobic contacts.
http://www.biochem.ucl.ac.uk/bsm/ligplot/ligplot.html
None at this time
An Online Manual is available.
You must initialize your environment including default paths and environmental variables which the package uses to access the programs and database. To do this, enter the following command:module add ligplot
If you access this package on a regular basis, you can add this line to your ~/.cshrc file so that your environment will be initialized for the CSD every time you log in.
eg:
... # initialize and load modules if( -e /usr/local/share/modules/init/tcsh ) then unsetenv PATH MANPATH source /usr/local/share/modules/init/tcsh module load base module add ligplot endif ...
Once you have setup your environment, use the following command to run LIGPLOTligplot
Version: v4.0
Labs: Basic Sciences Computing Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory
System(s): all SGI workstations
Categories: Molecular Modeling
From the MODELLER manual:"MODELLER is a computer program that models protein 3D structure by satisfaction of spatial restraints.
MODELLER is most frequently used for homology or comparative protein structure modeling: The user provides an alignment of a sequence to be modeled with known related structures and MODELLER will automatically calculate an all-atom model."
http://guitar.rockefeller.edu/modeller/modeller.html
Found on MODELLER Documentation Page
HTML and Postscript formatted manuals can be found on MODELLER Home Page
You must initialize your environment including default paths and environmental variables which the package uses to access the programs and associated fils. To do this, enter the following command:module add modeller
If you access this package on a regular basis, you can add this line to your ~/.cshrc file so that your environment will be initialized for MODELLER every time you log in.
eg:
... # initialize and load modules if( -e /usr/local/share/modules/init/tcsh ) then unsetenv PATH MANPATH source /usr/local/share/modules/init/tcsh module load base module add modeller endif ...
Once you have setup your environment, use any of the MODELLER programs. egmod modscipt
will run MODELLER using the commands in the script file named "modscript"
Version: v4
Labs: Basic Sciences Computing Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory
System(s): all SGI workstations
Categories: Molecular Modeling
MacroModel consists of several programs. Macromodel is one of the programs and is used to build, manipulate and display organic chemical structures. BatchMin is a non-interactive, batch-mode modeling program used to minimize the energy of one structure or a series of structures, to eliminate duplicate conformations and to conduct molecular dynamics simulations with calculation of average enthalpy. BatchMin is called by MacroModel and is its use is usually transparent. However, for advanced applications, an understanding of BatchMin may be necessary. MacroModel can read files in its own format and PDB files. Manuals for MacroModel and BatchMin are in the Technical Documentation Center. Online help from within MacroModel is also available. Further information about Macromodel may be obtained from the MacroModel Home Page
MacroModel now uses Maestro as a common graphical user interface. To find out more, please refer to Maestro software documentation.
Version: 8.1
Labs: Scientific Development and Visualization Lab, Basic Sciences Computing Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory
System(s): all SGI workstations
Categories: Chemistry, Molecular Modeling, X-ray Crystallography, Molecular Simulation
The Maestro is graphical user interface (GUI) for a series of products from Schrodinger. For brief description of current licensed schrodinger software, please see below for further information
The following modules are available to MSI researchers:
| Package | Concurrent Users | Description (from the Schrodinger, Inc. web site) |
|---|---|---|
| Maestro | unlimited | The Maestro is graphical user interface (GUI) for a series of products from Schrodinger such as impact, jaguar, mac romodel and minta. It allows users to interact both graphically and textually and allows the user to create and di splay complex chemical structures, start and monitor a variety of calculations, and analyze structures and results of calculations. |
| Qsite | 22 |
QSite is a new mixed mode QM/MM program for highly accurate energy calculations of protein-ligand intera ctions in the active site. The program is specifically designed for proteins and allows a number of diff erent QM/MM boundaries for residues in the active site. QSite uses the power and speed of Jaguar to perf orm the quantum mechanical part of the calculations and OPLS-AA to perform the molecular mechanical part of the calculations. |
| Jaguar | 22 |
Jaguar was designed to increase the speed of ab initio calculations in order to accelerate basic and applied research projects and to enable calculations at a higher level of theory. Jaguar's speed and power make it possible to study larger systems than ever before, or to study many more systems than previously possible, within a reasonable timeframe. |
| Macromodel | 44 |
MacroModel is a general-purpose package for performing molecular mechanics for small and medium-sized organic molecules in both gas and solution phases. MacroModel has powerful utilities for exploring proteins and protein-ligand complexes. The program offers state-of-the art techniques for evaluating energy, sampling conformations, and accounting for solvation. |
| Minta | 32 |
Minta allows for efficient calculation of free energy of molecular complexes as well as for individual ligands. Based on conformational analysis, Minta provides direct evaluation of free energies without recourse to long simulations or computational alchemy. |
For more information, please visit
http://www.schrodinger.com.
To initialize serial 2004 release of Maestro:
module add schrodinger/2004
To initialize serial 2005 release of Maestro:
module add schrodinger/2005
Labs:Scientific Development and Visualization Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory, Basic Sciences Computing Lab
System(s): all SGI and linux workstations
Categories:Chemistry, Molecular Modeling, X-ray Crystallography, Molecular Simulation
MS Modeling is Materials Studio's modeling and simulation product suite, and is designed for structural and computational researchers in chemicals and materials R&D who need to perform expert-level modeling and simulations tasks in an easy to learn yet powerful environment. It provides flexible and validated tools for the study of materials at various length and time scales.
The following modules are available to MSI researchers:
| Package | Concurrent Users | Description (from the Accelrys, Inc. web site) |
|---|---|---|
| MS Visualizer | 2 | MS Visulaizer - the core MS Modeling product, provides all of the tools that are required to construct graphical models of molecules, crystalline materials, and polymers. Additionally, the Visualizer lets you view and analyze these models and provides the software infrastructure and analysis tools to support the full range of Materials Studio products. |
| Amorphous Cell | 1 |
Model construction and property prediction for amorphous materials particularly polymers. |
| Compass | 1 |
A powerful molecular mechanics force field supporting simulations of solid materials. |
| Discover | 1 |
molecular mechanics and dynamics methods for structure and property prediction. |
| Dmol | 1 |
DMol3 - a unique density functional theory quantum mechanical code for gas phase, solvent, and solid state simulations. |
| Forcite | 1 |
An advanced classical molecular mechanics tool, which allows fast energy calculations and reliable geometry optimization of molecules and periodic systems. |
| Polymorph Predictor | 1 | Polymorph Predictor - for the prediction of potential polymorphs of a given compound directly from the molecular structure. |
| Reflex | 1 | Reflex - powder diffraction simulation enhanced with indexing and refinement capabilities. |
| X-Cell | 1 | X-Cell - a novel and robust indexing program for medium- to high-quality powder diffraction data obtained from X-ray, neutron, and electron radiation sources. |
Version:3.0
Labs:
Scientific Development and Visualization Lab, Medicinal Chemistry/Supercomputing Institute Visualization-Workstation Laboratory
System(s): all PC's at VWL and sdvlapp1 at SDVL
Categories: Chemistry, Molecular Modeling, X-ray Crystallography, Molecular Simulation
The Molecular Interactive Display and Simulation (MIDAS) System is a collection of programs developed by the Computer Graphics Laboratory at UCSF. The major component of the MIDAS system is an interactive graphics display program, MidasPlus, designed for the display and manipulation of macromolecules such as proteins and nucleic acids. Several ancillary programs are also part of the system and allow for such features as computing the surface of a molecule, the selection of an active region within a molecule, computation of electrostatic charge potentials, etc. At the core of MIDAS is an unusually coherent hierarchical database system, designed specifically for macromolecules and both compact in its storage requirements and fast in its data access. MIDAS is capable of displaying molecular structures from information contained in either a Protein Data Bank (PDB) format file or a binary MIDAS database (created from a PDB file using the midas.in program). MIDAS can display molecules as line (bond) drawings, ribbons-type cartoons ("Jane Richardson drawings"), and space-filling drawings. MIDAS takes advantage of the graphics hardware available on these SGI systems to deliver high-speed display of complex molecular models. It also has virtual trackball interaction, shadow generation from multiple light sources, annotation, stereo viewing, enhanced control of van der Waals surfaces, interacctive monitoring for inter-atomic contacts during bonding and dihedral angles rotations, and direct support of MS surface files. A manual for MidasPlus is available in the Supercomputing Institute's reference library. A man page is available for MidasPlus (man midas).
Version: 2.1
Labs: Scientific Development and Visualization Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation Laboratory, Basic Sciences Computing Lab
System(s): all SGI workstations
Categories: Molecular Modeling
Molden is a visiualization package for viewing the molecular density, molecular
orbitals, electron density, chemical structure, etc., from the output files
of GAMESS, Gaussian, and MOPAC/AMPAC calculations.
With the use of the z-matrix editor initial guesses can be created for
input files.
module load molden
molden
Version:3.8
Labs:
IBM Power4, IBM SP, Basic Sciences Computing Lab, Scientific Development and Visualization Lab, Medicinal Chemistry/Supercomputing Institute Visualization-Workstation Laboratory
System(s): All UNIX workstations and servers
Categories: Chemistry, Molecular Modeling
Molekel is an advanced interactive 3D-graphics for molecular sciences It is a molecular graphics package for visualizing molecular and electronic structure data from the output of various chemistry applications (GAUSSIAN 94/98, GAMESS-US, ADF and many others.)
You must initialize your environment including default paths and environmental variables which the CSD package uses to access the programs and database. To do this, enter the following command:module load molekel
Once you have setup your environment, use the following command to run dockmolekel
Version: 4.2
Labs: Medicinal Chemistry/Supercomputing Institute Visualization-Workstation Laboratory
System(s): all SGI workstations
Categories: Molecular Modeling, Chemistry
For on-line documentation, please visit http://www.cscs.ch/molekel/index.html.
MolMol - MOLecule analysis and MOLecule display
MOLMOL is a molecular graphics program for display, analysis, and manipulation of three-dimensional structures of biological macromolecules, with special emphasis on nuclear magnetic resonance (NMR) solution structures of proteins and nucleic acids. MOLMOL has a graphical user interface with menus, dialog boxes and on-line help. The display possibilities include conventional presentations, as well as novel schematic drawings, with the option of displaying different presentations in one view. The covalent molecular structures can be modified by addition or removal of individual atoms and bonds; the three-dimensional structure can be manipulated by interactive rotation about individual dihedral angles. Special efforts were made to allow for appropriate display and analysis of sets of (typically 20-40) conformers that are conventionally used to represent the result of a NMR structure determination, using functions for superimposing sets of conformers, calculation of root mean square distance (RMSD) values, identification of hydrogen bonds, checking and displaying violations of NMR constraints, and identification and listing of short distances between pairs of hydrogen atoms.
No man page is available, but program has extensive on-line help.
module load molmol
molmol
Version: 2.1.0 SDVL & VWL, 2K.2 BSCL
MolScript is a program for creating schematic or detailed molecular graphics
images from molecular 3D coordinates, usually, but not exclusively, protein
structures. The user supplies an input file (the script) which specifies the
coordinate file, what objects to render and the exact appearance of the objects
through the graphics state parameters.
Version: 2.1.2
VMD - Visual Molecular Dynamics
NAMD is a molecular dynamics code designed
for high-performance simulation of large biomolecular systems. NAMD
scales to hundreds of processors on high-end parallel platforms and
tens of processors on commodity clusters using switched fast ethernet.
NAMD is file-compatible with AMBER, CHARMM, and X-PLOR and is distributed
free of charge with source code.
For more information, see
NAMD home page.
Version: 2.3
module add procheck
If you access this package on a regular basis, you can add this line to
your ~/.cshrc file so that your environment will be initialized
for PROCHECK every time you log in.
eg:
procheck
Version: v 3.4.4
RasMol is a molecular graphics program intended for the visualisation of
proteins, nucleic acids and small molecules. RasMol can read in files in the
following formats: pdb (Brookhaven Protein Databank), -mdl (MDL's MOL File
Format), mol2 (Tripos' Sybyl MOL2 Format), xyz (MSC's XYZ format),
alchemy (Alchemy File Format) and charmm (CHARMm File Format). It can
display depth-cued wireframes, 'Dreiding' sticks, spacefilling (CPK) spheres,
ball and stick, solid and strand biomolecular ribbons, atom labels and dot
surfaces. A man page is available (man rasmol), as well as on-line
Reference Guide.
To use the online help from within rasmol, you must set an environment
variable before you start rasmol. If you are running the csh or the tcsh,
type setenv RASMOLPATH /usr/local/lib/rasmol .
Version: 2.7.1
Raster3D is a set of tools for generating high quality raster images of
proteins or other molecules. The core program renders spheres, triangles,
and cylinders with specular highlighting, Phong shading, and shadowing.
It uses an efficient software Z-buffer algorithm which is independent of
any graphics hardware. Ancillary programs process atomic coordinates from
Brookhaven PDB files into rendering descriptions for pictures composed of
ribbons, space-filling atoms, bonds, ball+stick, etc. Raster3D can also be
used to render pictures composed in Per Kraulis' program MOLSCRIPT in glorious
3D with highlights, shadowing, etc. Output is to pixel image files with 24 bits
of color information per pixel.
Version: 2.5
VMD - Visual Molecular Dynamics
VMD is a molecular graphics program designed for the interactive
visualization and analysis of biopolymers such as proteins, nucleic acids, and
lipids and membranes. It recognizes many file formats, provides many types
of molecule representation, 3D display and photorealistic output.
For more information, see
VMD home page.
Version: 1.8.3
Setting up environment: module load viewmol
Version: 2.2.1
You must initialize your environment including default paths and
environmental variables which the CSD package uses to access the
programs and database. To do this, enter the following command:
3>Running molmol
Once you have setup your environment, use the following command to run dock
For on-line documentation, please visit
http://www.mol.biol.ethz.ch/wuthrich/software/molmol/help/html/index.html.
Labs: Scientific Development and Visualization Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation Laboratory, Basic Sciences
Computing Lab
System(s): all SGI workstations
License: Freeware
Categories: Molecular Modeling
Molscript
Home Page
http://www.avatar.se/molscript/
Online Documentation
The on-line documentation can be found at
http://www.avatar.se/molscript/doc/molscript.html.
Labs: Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory, Basic Sciences Computing Lab
System(s): all SGI workstations
Categories: Molecular Modeling, Image Processing
NAMD
Labs: Basic Sciences Computing Lab, Origin, IBM SP,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory
System(s): Origin 2000, Origin 3000, IBM SP, SUN workstations at VWL
Categories: Molecular Modeling, Molecular Simulation
PROCHECK
Description
PROCHECK is a program by Roman Laskowski and coworkers which checks
the stereochemical quality of a protein structure, producing a
number of PostScript plots analysing its overall and
residue-by-residue geometry.
Home Page
http://www.biochem.ucl.ac.uk/~roman/procheck/procheck.html
Tutorial
None
Documentation
An Online Manual
is available.
Setting Up Your Environment
You must initialize your environment including default paths and environmental
variables which the package uses to access the programs and database. To do
this, enter the following
command:
...
# initialize and load modules
if( -e /usr/local/share/modules/init/tcsh ) then
unsetenv PATH MANPATH
source /usr/local/share/modules/init/tcsh
module load base
module add procheck
endif
...
Running PROCHECK
Once you have setup your environment, use the following command to run PROCHECK
Labs: Basic Sciences Computing Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory
System(s): all SGI workstations
Categories: Molecular Modeling, X-ray Crystallography, NMR
RasMol
Labs: Scientific Development and Visualization Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory, Basic Sciences Computing Lab
System(s): all SGI and Sun workstations
Categories: Molecular Modeling
Raster3D
Home Page
http://www.bmsc.washington.edu/raster3d/
Online Documentation
The on-line documentation can be found at
http://www.bmsc.washington.edu/raster3d/html/raster3d.html
Labs: Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory, Basic Sciences Computing Lab
System(s): all SGI workstations
Categories: Molecular Modeling, Image Processing
VMD
Labs:
Scientific Development and Visualization Lab, Basic Sciences Computing Lab,
Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory
System(s): all UNIX workstations
Categories: Molecular Modeling
Viewmol
VIEWMOL is a graphical front end for computational chemistry programs. It is able to graphically aid in the generation of molecular structures for computations and to visualize their results. The program s capabilities include:
At present VIEWMOL includes input filters for DISCOVER, DMOL, GAUSSIAN 9X, GULP, MOPAC, and TURBOMOLE outputs as well as for PDB files (VIEWMOL is therefore suited as a viewer for structural data on the World Wide Web). Struc-tures can be saved as MSI car-files, MDL files, and TURBOMOLE coordinate files. VIEWMOL s file format has been added to BABEL so that BABEL can serve as an input as well as an output filter for coordinates.
Documentation: /usr/local/viewmol-2.2.1/lib/viewmol/man
Examples: /usr/local/viewmol-2.2.1/lib/viewmol/examples
Labs: Medicinal Chemistry/Supercomputing Institute Visualization-Workstation
Laboratory
System(s): all SGI and IBM systems
Categories:Chemistry, Molecular Modeling, Image Display, Image Processing