Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ballview(1) [debian man page]

BALLView(1)						      General Commands Manual						       BALLView(1)

NAME
BALLView - A free molecular modeling and molecular graphics tool SYNOPSIS
BALLView [Molecular-file] DESCRIPTION
BALLView BALLView provides fast OpenGL-based visualization of molecular structures, molecular mechanics methods (minimization, MD simula- tion using the AMBER and CHARMM force fields), calculation and visualization of electrostatic properties (FDPB). BALLView is based on BALL (Biochemical Algorithms Library) , which is currently being developed in the groups of Oliver Kohlbacher (Univer- sity 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. BALLView is available under the LGPL licence. Homepage: www.BALLView.org USAGE
To run BALLView, simply type: BALLView or BALLView file.pdp where file.pdb is your PDB file. BALLView also supports HIN, MOL, MOL2 and SD files. BALLView provides HTML documentation, that is available in the application itself (see Help menu). This package also includes Python example scripts, that can be run in BALLView. They can be found under /usr/share/BALL/PYTHON. AUTHOR
BALLView is copyright 1998-2009 by the BALL project group SEE ALSO
http://www.ballview.org 24 January 2009 BALLView(1)

Check Out this Related Man Page

PYMOL(1)							   User commands							  PYMOL(1)

NAME
pymol - free and flexible molecular graphics and modelling package SYNOPSIS
pymol [options] [files] DESCRIPTION
Over the years, PyMOL has become a capable molecular viewer with support for animations, high-quality rendering, crystallography, and other common molecular graphics activities. It has been adopted by many hundreds (perhaps even thousands) of scientists spread over thirty coun- tries. However, PyMOL is still very much a work in progress, with development expected to continue for years to come. OPTIONS
These options are currently supported: -2 Start in two-button mouse mode. -c Command line mode, no GUI. For batch opeations. -d string Run pymol command string upon startup. -e Start in full-screen mode. -f #line Controls display of commands and feedback in OpenGL (0=off). -g file.png Write a PNG file (after evaluating previous arguments) -i Disable the internal OpenGL GUI (object list, menus, etc.) -l file.py Spawn a python program in new thread. -o Disable security protections for session files. -p Listen for commands on standard input. -q Quiet launch. Suppress splash screen & other chatter. -r file.py Run a Python program (in __main__) on startup. -s script Save commands to this PyMOL script or program file. -t Use Tcl/Tk based external GUI module (pmg_tk). -u script Load and append to this PyMOL script or program file. -x Disable the external GUI module. -B Enable blue-line stereo signal (for Mac stereo) -G Start in Game mode. -M Force mono even when hardware stereo is present. -R Launch Greg Landrum's XMLRPC listener. -S Force and launch in stereo, if possible. -X int -Y int -W int -H int -V int Adjust window geometry. All files provided will be loaded or run after PyMOL starts. They can have one of the following extensions: .pml PyMOL command script to be run on startup .py[cm] Python program to be run on startup .pdb Protein Data Bank format file to be loaded on startup .mmod Macromodel format to be loaded on startup .mol MDL MOL file to be loaded on startup .sdf MDL SD file to be parsed and loaded on startup .xplor X-PLOR Map file (ASCII) to be loaded on startup .ccp4 CCP4 map file (BINARY) to be loaded on startup .cc[12] ChemDraw 3D cartesian coordinate file .pkl Pickled ChemPy Model (class "chempy.model.Indexed") .r3d Raster3D file .cex CEX file (Metaphorics) .top AMBER topology file .crd AMBER coordinate file .rst AMBER restart file .trj AMBER trajectory .pse PyMOL session file .phi Delphi/Grasp Electrostatic Potential Map For a list of options, you can also enter the following in the command line of pymol: help launching COMMANDS
Please refer to PyMols online documentation at http://www.pymolwiki.org/index.php/Category:Commands or its internal help for a command ref- erence. AUTHOR
This manpage was written by Daniel Leidert <daniel.leidert@wgdd.de> for the Debian distribution (but may be used by others). 2008-05-06 PYMOL(1)
Man Page