|
|||||||||||||||||||||||||||||||||
AMBER Archive (2006)Subject: RE: AMBER: sander problem
From: Thomas E. Cheatham, III (cheatham_at_chpc.utah.edu)
> ~/amber8/polyAT_gb_md1_nocut$ process_mdout.perl
The perl referred to in that file (as specified by the #!/usr/bin/perl) is
You can either change this to be (if perl is in your path)
#!perl
or the correct path (for example)
#!/usr/sbin/perl
or just type
perl process_mdout.perl *.out
| |||||||||||||||||||||||||||||||||
|