Hi,
using a flag containing options "-dunbrack_prob_buried_semi 0.8" and "-dunbrack_prob_nonburied_semi 0.8", errors appear like:
...................................
File: /home/shanghai/RationalDesign/Rosetta3.9/rosetta_src_2018.09.60072_bundle/main/source/src/utility/options/OptionCollection.cc:1314
Option matching -dunbrack_prob_buried_semi not found in command line top-level context
...................................
the flags and log file were attached.
Please help, thanks
Samuel
Attachment | Size |
---|---|
![]() | 325 bytes |
![]() | 1.22 KB |
Category:
Post Situation:
Looks like you're using Rosetta 3.9 (released late 2018) . It looks like the command line flags to control those options were't introduced until late 2019. It should be in weeklies after 2019.47 and numbered releases after 3.12
That said, prior to the addition of the semi flags, the values for the non-semi versions were used. Since you're setting them both the same, you probably can just omit the flags if you still want to use 3.9
Thanks very much, rmoretti !
You are absolutedly correct that I am using 3.9. After use of a newer version of rosetta_scripts (2022.41), previous errors disappeared !
However, new errors appeared as:
..............
ERROR: -run:preserve_header is required for using "Tomponents". To avoid this message, include "-run:preserve_header true" in your flags.
..............
After addition of "-run:preserve_header true" into predictor.flags, this error still appeared.
New predictor.flags and the crash file is attached
Again, please help, thanks !
Rosetta appends crashes to the ROSETTA_CRASH.log file, it doesn't overwrite them. So your most recent error is at the end of the file.
My guess is that the path to your psipred command is incorrect. (If not, try running the command specified directly, without the `< /dev/null` bit. Take a look for any warnings or errors which may have occured.