1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
.\" Copyright 1998-2009 BALL project group
.TH BALLView 1 "24 January 2009"
.SH NAME
BALLView - A free molecular modeling and molecular graphics tool
.SH SYNOPSIS
.B BALLView
.RI [Molecular-file]
.SH DESCRIPTION
.B BALLView
BALLView provides fast OpenGL-based visualization of molecular structures,
molecular mechanics methods (minimization, MD simulation using the
AMBER and CHARMM force fields), calculation and visualization
of electrostatic properties (FDPB).
.P
BALLView is based on BALL (Biochemical Algorithms Library) ,
which is currently being developed in the groups of Oliver Kohlbacher
(University of Tuebingen, Germany), Andreas Hildebrandt (Saarland
University, Saarbruecken, Germany), and Hans-Peter Lenhof (Saarland
University, Saarbruecken, Germany). BALL is an application framework
in C++ that has been specifically designed for rapid software
development in Molecular Modeling and Computational Molecular Biology.
It provides an extensive set of data structures as well as classes
for Molecular Mechanics, advanced solvation methods, comparison and
analysis of protein structures, file import/export, and visualization.
.P
BALLView is available under the LGPL licence.
.P
Homepage: www.BALLView.org
.SH USAGE
.PP
To run BALLView, simply type:
.PP
.RS
BALLView
.P
or
.P
BALLView file.pdp
.RE
.PP
where
.I file.pdb
is your PDB file. BALLView also supports HIN, MOL, MOL2 and SD files.
.P
BALLView provides HTML documentation, that is available in the application
itself (see Help menu).
.P
This package also includes Python example scripts, that can be run in BALLView.
They can be found under /usr/share/BALL/PYTHON.
.SH AUTHOR
BALLView is copyright 1998-2009 by the BALL project group
.SH "SEE ALSO"
.br
.B http://www.ballview.org
|