From chemistry-request@server.ccl.net Sat Apr 27 15:06:13 2002
Received: from ns0.scripps.edu ([192.42.82.58])
	by server.ccl.net (8.11.6/8.11.0) with ESMTP id g3RJ65A25915
	for <chemistry@ccl.net>; Sat, 27 Apr 2002 15:06:13 -0400
Received: from antigen.scripps.edu (antigen.scripps.edu [137.131.200.100])
	by ns0.scripps.edu (8.11.6/TSRI-4.2rx) with SMTP id g3RJ5xw17905
	for <chemistry@ccl.net>; Sat, 27 Apr 2002 12:05:59 -0700 (PDT)
Received: from relay1.scripps.edu(137.131.200.29) by antigen.scripps.edu via csmap 
	 id 7792; Sat, 27 Apr 2002 12:03:56 -0700 (PDT)
Received: from elvis.scripps.edu (elvis.scripps.edu [137.131.130.25])
	by relay1.scripps.edu (8.11.6/TSRI-4.2.1rAV) with ESMTP id g3RJ5m712565;
	Sat, 27 Apr 2002 12:05:48 -0700 (PDT)
Received: from localhost (yadavm@localhost)
	by elvis.scripps.edu (8.9.2/TSRI-3.0.1) with SMTP id MAA338712;
	Sat, 27 Apr 2002 12:05:48 -0700 (PDT)
Date: Sat, 27 Apr 2002 12:05:48 -0700 (PDT)
From: Maneesh Yadav <yadavm@scripps.edu>
X-Sender: yadavm@elvis
To: Hunter Hunts <davsmith@hsc.usf.edu>
cc: ccl <chemistry@ccl.net>
Subject: Re: CCL:Running autodock jobs in succesion
In-Reply-To: <3CCA2848.3060000@hsc.usf.edu>
Message-ID: <Pine.SGI.3.96.1020427120354.335892A-100000@elvis>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

You can just do it on the command line with your shell probably

autodock job1; autodock job2 etc...

or make a script file that looks like

#!/bin/csh
autodock job1
autodock job2
etc.

you may want to prefix with "nohup" if you want to be sure it'll run if
even if you logout.



