Unable to use constraints files in a simple minimization procedure #253
-
I'm trying to replicate this example. Here's a minimal code example: Directory:
Flag file:
Constraints file:
I got the contents of my constraints file here. Rosetta command:
Crash log (abbreviated):
|
Beta Was this translation helpful? Give feedback.
Answered by
roccomoretti
Nov 26, 2024
Replies: 1 comment 1 reply
-
Rosetta doesn't (necessarily) add the .cst extension to constraint files. You'll need to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
oroscow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rosetta doesn't (necessarily) add the .cst extension to constraint files. You'll need to use
-constraints:cst_file cstfile.cst
for Rosetta to properly recognize the filecstfile.cst
in the working directory.