BUG: read.all()

Issue #122 resolved
Xinqiu Yao created an issue

It seems read.all() function crashes after moving to pdb_dataframe:

library(bio3d)
example(read.all, run.dontrun=TRUE)
# ...
# pdbs <- read.all(aln, sel=sel)
#pdb/seq: 1   name: http://www.rcsb.org/pdb/files/1bg2.pdb 
#Error in res.blank[, blank.ind[blank.ind != 0]] <- t(pdb$atom[(res.ind[blank.ind !=  : 
#  number of items to replace is not a multiple of replacement length

Comments (1)

  1. Log in to comment