clean.pdb for cleaning RNA pdb

Issue #494 resolved
sai_bhavani created an issue

r = clean.pdb(p, consecutive = TRUE, force.renumber = FALSE, fix.chain = TRUE, fix.aa = TRUE, rm.wat = FALSE, rm.lig = TRUE, rm.h = FALSE, verbose = FALSE) Error in .check.residue.ambiguity(npdb) : .check.residue.ambiguity(): Found ambiguous residue labeling Error in vec2resno(new.nums, res) : Length miss-match of 'vec' and concetive 'resno'

for some pdb files i am getting this error., am not much of a expertise in R and unable to understand this can u please help me with this!, attaching PDB file

Comments (4)

  1. sai_bhavani reporter

    r = clean.pdb(p, consecutive = TRUE, force.renumber = FALSE, fix.chain = TRUE, fix.aa = TRUE, rm.wat = FALSE, rm.lig = TRUE, rm.h = FALSE, verbose = FALSE) Error in names(npdb$seqres) <- chs : 'names' attribute [469] must be the same length as the vector [468]

    i also get this for some other pdb files (1j09.pdb)

  2. Xinqiu Yao

    Sorry for the delayed reply. I will check and update all relevant functions for better treatment with nucleic acids.

  3. sai_bhavani reporter

    i have found my mistake.. the fault is with my input files..

    though thank you for the response

  4. Log in to comment