Fixed script xplor2gmx.pl to work with GMXDATA
[alexxy/gromacs.git] / scripts / xplor2gmx.pl
index 7422551d40f9de34a1f6c07e1b9b58ef83e1d2df..b0e28a04b1a9cb936dd1bc74a58e1e11bc327326 100755 (executable)
@@ -21,7 +21,7 @@ $trans = 1;
 #$res0  = shift;# || die "I need the residue offset\n";
 $pdb   = shift || die "I need the name of the pdb file with correct atom numbers\n";
 $core  = shift || "core.ndx";
-$tbl   = "$ENV{GMXDATA}/gromacs/top/atom_nom.tbl";
+$tbl   = "$ENV{GMXDATA}/top/atom_nom.tbl";
 
 printf "[ distance_restraints ]\n";
 printf "; Read an xplor distance restraint file, and output GROMACS distance restraints.\n";