Error running design in 3.4

Member Site Forums Rosetta 3 Rosetta 3 – General Error running design in 3.4

  • This topic has 2 replies, 2 voices, and was last updated 12 years ago by Anonymous.
Viewing 2 reply threads
  • Author
    Posts
    • #1337
      Anonymous

        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

      • #7381
        Anonymous

          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.

        • #7386
          Anonymous

            Thanks very much; that did the trick!

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.