You are here

do i need any rotamer library for structure prediction

2 posts / 0 new
Last post
do i need any rotamer library for structure prediction
#1

 hello

i  have downloaded rosetta source and install it succesfully  i mean

  • Rosetta 3.9 source - as one bundle (2.8G)
  • should i install something else on it because while using rosetta for structure prediction i get this error
  • /opt/rosetta_src_2018.09.60072_bundle/main/source/bin/minirosetta.default.linuxgccrelease: error while loading shared libraries: libsqlite3.so: cannot open shared object file: No such file or directory
Post Situation: 
Mon, 2018-08-06 16:06
Negarsardar

This is not a rotamer library error, this is a software library error.  I suspect you compiled the source code yourself and then moved the files from one location to another?  You can't do that, you need to either use a static compile (extras=static on scons command line) or recompile in the new location (it will probably just relink and be fast)

Tue, 2018-08-07 16:56
smlewis