> ~/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