Subject: Re: XEASY.prot format problem
From: pp_muscimol
Date: Feb 7, 2007

Previous: 345 Next: 347


Hello all,
thanks for your inputs..indeed thats a good help. there is still some
things are not right ...

#modified:
format = %4d %s %1d %1s %9.3g %8.2g %1s %1d %s %1d
values = (peak_id, freq_text, color_code, spectrum_type,
intensity, intensity_error, intensity_method, 0, id_text, 0)

#original
#format = %4d %s %1d %1s %9.3g %8.2g %1s %1d %s
#values = (peak_id, freq_text, color_code, spectrum_type,
#intensity, intensity_error, intensity_method, 0, id_text, 0)


output xeasy format that I get now
# Number of dimensions 2
1 4.061 8.742 1 U 1.21e+07 0 e 0 4 16 0
2 1.796 4.061 1 U 6.83e+06 0 e 0 5 4 0
3 1.794 8.742 1 U 4.96e+06 0 e 0 5 16 0

this was what I was supposed to get...by the way ..what is the m
anyway? how can I had the m in the sript without editing each
xeasy.peaks file?
# Number of dimensions 2
#INAME 1 ?
#INAME 2 ?
1 4.061 8.742 2 U 1.21e+07 0.00e+00 m 0 3 10 0
2 1.796 4.061 2 U 6.85e+06 0.00e+00 m 0 4 3 0
3 1.794 8.742 2 U 5e+06 0.00e+00 m 0 4 10 0
4 1.002 4.062 2 U 2.45e+06 0.00e+00 m 0 5 3 0

Thank you very much, Henry.
%1s in my reply is wrong. %1d is correct.

with %1d gives error again!!!

Regarding the sparky input in aria...gives errors and needs to be
edited as well.

It seems indeed that those strange values are a repitition of some of
the previous values; could it be that there have been assignments /and
or peaks deleted that this script tries to use? Maybe the option
delete unused resonances (dr in menu Peak/Resonances) could help.

YES dr fix it..it works well now

thanks and best regards