problem with ref.pdb

Issue #697 new
Roberto Bahena created an issue

Hi!

I have an issue with this command line

ref.pdb = trim.pdb(pdb, inds=atom.select(pdb, resno = pdbs$resno[id, gaps.res$f.inds]))

The output is:
Error in inherits(x, "pdb") : object 'pdb' not found

-previous to this command i used

id = grep("4G56.pdb", pdbs$id)

4G56.pdb is the pdb that i want to use as a reference.

Thanks in advance.

Comments (1)

  1. Xinqiu Yao

    Hi,

    Make sure a “pdb” object named pdb is in your workspace. The error seems suggest there is not such an object.

  2. Log in to comment