Member Site › Forums › Rosetta 3 › Rosetta 3 – Applications › RosettaDesign error with Option file open failed
- This topic has 4 replies, 2 voices, and was last updated 4 years, 8 months ago by Anonymous.
-
AuthorPosts
-
-
April 19, 2020 at 8:56 am #3399Anonymous
Dear users and developers,
I was running RosettaDesign and an error was reported as “[FILE]: src/utility/options/OptionCollection.cc
[LINE]: 536
[START_MESSAGE]
Option file open failed for: ‘/**/general_FD.flags'”.
This flag file worked on other server previously. Is this an error with compiling Rosetta or with the flag file? Could anyone please give some suggestions about how to fix this? Thank you so much.
Best,
Meng
-
April 19, 2020 at 7:13 pm #15244Anonymous
How are you specifying your parameters?
The presence of asterisks in the filename indicates to me that you might have a wildcard escaping issue. Rosetta itself doesn’t do any sort of wildcard expansion (or similar things like tilde expansion). It relies instead on the shell you’re using to do the expansion. As such, if you pass in a filename to Rosetta like “/**/general_FD.flags”, Rosetta expects there to be a directory off of the root directory with the literal name of “**” (two literal asterisks). If that’s supposed to be a shorthand for something, it’s the shell which is supposed to do the shorthand substitution.
This sort of thing happens most often when you move parameters into options files (Rosetta is the one reading the option file, and will not do the wildcard expansion), or when you add quotes to your commandline, and thus bypass your shell’s expansion proceedures.
-
April 20, 2020 at 2:01 am #15245Anonymous
Thank you so much for your reply. Sorry I omiited the full pathway in the post. It was “
“[FILE]: src/utility/options/OptionCollection.cc
[LINE]: 536
[START_MESSAGE]
Option file open failed for: ‘/home/export/online1/systest/swjnu/mengzhang/BB/BBDisgn/general_FD.flags'”. ” Attached please find the Rosetta Crash .log file.
-
April 20, 2020 at 1:03 pm #15247Anonymous
Does the file /home/export/online1/systest/swjnu/mengzhang/BB/BBDisgn/general_FD.flags exist? Can it be opened (with that full path) in a text editor?
Also, what is the full command line you’re using to launch Rosetta?
-
April 22, 2020 at 2:10 am #15248Anonymous
Problem solved. It was my mistake that I put the wrong path. It works now.
Thanks a lot. I really appreciate your help.
-
-
-
AuthorPosts
- You must be logged in to reply to this topic.