Are there ways just to suppress the chimera output? I'd still like to see some of my print commands that are part of my python script, so i can easily debug, follow a process, etc.?On Jan 8, 2008 1:24 PM, Eric Pettersen < pett@cgl.ucsf.edu> wrote:Well to suppress all output you would use normal shell redirection to /dev/null. For csh-style shells, something like this:chimera --nogui >& /dev/null--EricEric PettersenUCSF Computer Graphics LabOn Jan 8, 2008, at 9:28 AM, Ryan wrote:The --nostatus option will suppress messages like:"Executing xxx.py... Opening xxx.pdb..."but still, messages like:"Model 0 (xxx.pdb) appears to be a protein with noe secondary structure assignements. Computing assignments..." & "warning: duplicate atom serial number found..."are still printed to the screen. Are there ways to suppress these messages as well? Thanks again,ryan_______________________________________________Chimera-users mailing list