RE: AMBER: sander problem

From: Thomas E. Cheatham, III <cheatham.chpc.utah.edu>
Date: Thu, 16 Feb 2006 14:12:39 -0700 (Mountain Standard Time)

> ~/amber8/polyAT_gb_md1_nocut$ process_mdout.perl
> ../polyAT_gb_md1_nocut.out
> -bash: process_mdout.perl: command not found

The perl referred to in that file (as specified by the #!/usr/bin/perl) is
probably pointing to the wrong place...

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
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Sun Feb 19 2006 - 06:10:18 PST
Custom Search