Replies: 1 comment
-
|
Setting the number of repeats in the constructor changes the number of repeats which are actually applied in the relax script, it does not change the number of "default" repeats. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have pyrosetta installed, FastRelax works, however, I want to use this protocol: -relax:thorough
I don't know how to enable it in python and verify it works, since I did not find how to set this with pyrosetta. I tried
but I get no feedback or error and
relax.default_repeats()is still 5.So how do I run it with python? I also found there is and method
max_iter, is that something else?Or better I would use the commandline program with
-relax:thoroughwhich is on the other hand well documented, however I don't know where it is installed, how do I find the binaries, e.g. using Pyrosetta?Beta Was this translation helpful? Give feedback.
All reactions