I’m just getting started running 3.4. Compiled and tried to run fixbb.linuxgccrelease with a flags file and got this error. Could someone please suggest solutions.
ERROR: Unable to open weights/patch file. None of (./)standard or (./)standard.wts or ~/rosetta3.4/rosetta_database/scoring/weights/standard or ~/rosetta3.4/rosetta_database/scoring/weights/standard.wts exist
ERROR:: Exit from: src/core/scoring/ScoreFunction.cc line: 2835
You didn’t pass a valid path in your flag file. Looking at the error, the problem is ~. ~ is interpreted by the _shell_, so it works on command line. The flags file is not interpreted by the shell, so Rosetta sees the ~ and doesn’t know it means /home/inder (or whatever). So, fill that path out, and it will work.