This is a read-only mirror of pymolwiki.org
PoseView
Jump to navigation
Jump to search
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