RE: [PyMOL] Suppress some output

2002-07-30 Thread DeLano, Warren
Even better: try the "feedback" command: feedback disable,all,actions feedback disable,all,results Will suppress most of PyMOL's normal chatter.

Re: [PyMOL] Suppress some output

2002-07-25 Thread Nathaniel Echols
> Is there a way to keep my program 'quiet', > or I can customize the output message myself? Depending on your OS and shell, something like this may work: denethor:~ > /usr/local/pymol/pymol.com >/dev/null 2>/dev/null This works under Bash in any modern Linux distribution, from what I've seen.