Re: [PyMOL] Preventing Output of pair_fit

2018-07-25 Thread Nathan Clement
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

Re: [PyMOL] Preventing Output of pair_fit

2018-07-23 Thread Jarrett Johnson
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

[PyMOL] Preventing Output of pair_fit

2018-07-22 Thread nclement
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