can load multiple PDB

Issue #688 closed
robert_bacer created an issue

Hi everyone

I have some pdb in a folder i cant load into the bio3d. i have tried

myfiles <- list.files(path="C:/Users/Roberto/Desktop/Dali/PyrR", pattern=".pdb")

myfiles <- list.files(path="C:/Users/Roberto/Desktop/Dali/PyrR", pattern=".pdb", full.names=TRUE)
pdbs <- pdbaln(myfiles, fit=TRUE)
Reading PDB files:

Error in if (substr(file, 1, 4) == "http") { :ausent value where TRUE/FALSE are needed

Comments (2)

  1. Xinqiu Yao

    Can you print the content of myfiles and see if it is what you want? Also, what bio3d version you used?

  2. Log in to comment