Awesome. This is exactly what I was looking for.
Nathan
On Mon, Jul 23, 2018 at 11:16 AM Jarrett Johnson <
jarrett.john...@schrodinger.com> wrote:
> Hello Nathan,
>
> While we prepare to rollout the "quiet" argument for pair_fit, in the
> meantime try:
>
> cmd.feedback("disable", "executive", "r
Hello Nathan,
While we prepare to rollout the "quiet" argument for pair_fit, in the
meantime try:
cmd.feedback("disable", "executive", "results")
Jarrett J.
On Sun, Jul 22, 2018 at 6:47 PM, Jarrett Johnson <
jarrett.john...@schrodinger.com> wrote:
> Hello Nathan,
>
> We actually just implement
Hi,
Consider the following (simplified) Pymol script, test.py:
-
import sys
cmd.load(sys.argv[1], 'prot1')
cmd.load(sys.argv[2], 'prot2')
rms = cmd.pair_fit('prot1 & n. ca','prot2 & n. ca')
print 'This should print', rms
-
I would like the only output for this program to be created by t