Jump to content

PoseView

From PyMOL Wiki
(Redirected from Poseview)
Type Python Module
Download scripts/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

[edit]

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

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

Example

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