|
|||||||||||||||||||||||||||||||||
AMBER Archive (2004)Subject: Re: AMBER: Leap
From: David A. Case (case_at_scripps.edu)
On Tue, Nov 09, 2004, Greg Kellogg wrote:
> Hi I am currently running Amber 7.0 on Redhat Linux. Is
Roughly, a C-shell script like this should get you started:
#!/bin/csh -f
foreach i ( *.pdb )
cat <<EOF > leap.in
tleap -f leap.in
endif
(Note: this is untested; modify it according to what you really need to do;
...hope this helps...dac
-----------------------------------------------------------------------
| |||||||||||||||||||||||||||||||||
|