I am trying to execute a perl
script from Ubuntu (14.04 LTS). The script is transOutput.pl
which calls an executable pdb_trans
. However, when I run the script, I get the following error that pdb_trans
is not found - see below.
toni@toni-ThinkPad-S3-S440:~/Desktop/PatchDock$ perl transOutput.pl output.txt 1 10
Ligand PDB: 7RSA.pdb
Receptor PDB: 2BNH.pdb
/home/toni/Desktop/PatchDock/pdb_trans -0.04513 -0.08622 2.50522 50.82232 33.24094 -17.12692 < 7RSA.pdb >> output.txt.1.pdb
sh: 1: /home/toni/Desktop/PatchDock/pdb_trans: not found
Does anyone have any ideas? Thanks.
ls -l /home/toni/Desktop/PatchDock/pdb_trans
? – Wayne_Yux May 04 '16 at 12:20/home/toni/Desktop/PatchDock/pdb_trans
in place? – Ho1 May 04 '16 at 12:29