Re: CCL:Running autodock jobs in succesion



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.