Hello, I'm writing some wrappers for Galaxy and am finding it difficult to debug proper redirection of stderr and stdout in my wrapper subprocesses. When Galaxy detects an error running a tool, it highlights the output files in red and gives you the "bug" icon so that you can view stderr and stdout. However, when Galaxy interprets the tool as having run successfully, I'm unable to find a way to view what was in stdout. Long story short, Galaxy is interpreting my tool to have run successfully even when it hasn't. I'm redirecting stderr to sdtout on my <command> line in the tool conf file so that Galaxy only relies on return codes to detect an error in the tool, not stderr. Is there a way to view stdout when a tool has run "successfully"? Cheers -- Branden Timm Great Lakes Bioenergy Research Center btimm@glbrc.wisc.edu