Can't generate pdb aligned plot

Issue #675 resolved
Former user created an issue

Hi - I am following the viginette snippet here:

# read two G-protein structures
a <- read.pdb("4q21")
b <- read.pdb("4lhy")

# perform iterative alignment
aln <- struct.aln(a, b)

and I can see some files generated in a temp folder "fitlsq", but there are no 3d plots of the alignment. I have Muscle, PyMOL and VDS installed to a Windows machine and in my PATH. Any pointers? Thanks!

Comments (4)

  1. Xinqiu Yao

    Hi,

    You need to open the structures manually from the command line using e.g. vmd -m fitlsq/*.pdb

  2. Log in to comment