From d665d9714f202eb9e2f28dc2a49124a344de125c Mon Sep 17 00:00:00 2001 From: depristo Date: Tue, 28 Jul 2009 13:18:58 +0000 Subject: [PATCH] By default now writes output to JOBID.lsf.output instead of going to email -- based on recommendations from the cancer group git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1325 348d0f76-0448-11de-a6fe-93d51630548a --- python/farm_commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/farm_commands.py b/python/farm_commands.py index 07e60d5a3..958ff482e 100644 --- a/python/farm_commands.py +++ b/python/farm_commands.py @@ -15,7 +15,8 @@ def cmd(cmd_str_from_user, farm_queue=False, output_head=None, just_print_comman elif output_head <> None: farm_stdout = output_head+".stdout" else: - farm_stdout = None + #farm_stdout = None + farm_stdout = "%J.lsf.output" cmd_str = "bsub -q "+farm_queue if farm_stdout <> None: