PoseView

From PyMOLWiki
Revision as of 06:31, 17 January 2019 by Speleo3 (talk | contribs) (fix usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Type Python Module
Download poseview.py
Author(s) Thomas Holder
License BSD-2-Clause
This code has been put under version control in the project Pymol-script-repo

poseview is a PyMOL wrapper for the PoseView program. PoseView generates 2D structure-diagrams of protein-ligand complexes.

Setup

You need the poseview executable and a valid license file. Example for a launcher script which should be saved to /usr/bin/poseview so that PyMOL can find it:

#!/bin/sh
POSEVIEW_PATH="/opt/poseview-1.1.2-Linux-x64"
export BIOSOLVE_LICENSE_FILE="$POSEVIEW_PATH/poseview.lic"
exec "$POSEVIEW_PATH/poseview" "$@"

Usage

poseview [ ligand [, protein [, width [, height [, filename [, exe [, state ]]]]]]]

Example

fetch 1a00, async=0
poseview chain C and resn HEM

Poseviewscreenshot.png