Dear David,
The cause of this error is that the NOE command does not terminate normally
in your script. In fact the last three NOE files you specify
(021606_noe_280_ms.tbl, 021606_noe_60ms.tbl and sarshphbond_C47G50.tbl) do
not load at all. I suspect this is because of the comment you have in the
previous line in the script.
"@030206_noe_all.tbl {*Read the noe distance ranges.*)"
Try changing the last parenthesis to a curly bracket, that might fix it.
Regards,
John Vakonakis
> Hello,
>
> I am using an xplor sa script (rsa.inp) to generate sa structures
> from random structures written from a random.inp script. The rsa.inp
> and test_rsa.out files are attached. If you go to the end of the
> test_rsa.out file you will see this, with no structures written to
> the directory:
>
> NOE>{====>} {*Name(s) of the family of final
> structures.*}
> NOE> evaluate ($filename="refine/refine_"+encode($count)+".pdb")
> NOE>
> NOE> write coordinates output =$filename end
> NOE>
> NOE>end loop main
> NOE>
> NOE>stop
> %NEXTF-ERR: EOF or ERROR encountered on input:
>
> ^^^^^
> %NOE-ERR: EOF encountered:
>
> ^^^^^
> %NEXTF-ERR: EOF or ERROR encountered on input:
>
> ^^^^^
> HEAP: maximum use= 1337761 current use= 1195981
> PRIEND: 1 levels not terminated
> LEVEL= 1 KEY=X-PLOR> ACTION=GO
> X-PLOR: total CPU time= 0.1000 s
> X-PLOR: entry time at 14:08:08 19-May-08
> X-PLOR: exit time at 14:08:08 19-May-08
>
> These scripts were previously run with ver 2.10; we're now using 2.19
> on a Linux computer.
>
> I get the same error message if I change the loop to calculate 1
> structure or use a different .inp file.
>
> Thanks for your help.
>
> David