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

Previous: 346 Next: 348


with %1d gives error again!!!

Is this error caused by the intensity method e?
e means ellipse and m means maximum.
Please refer to this page.
http://hugin.ethz.ch/wuthrich/software/xeasy/xeasy_m9.html#ii

The following alteration of xeasy.py will change e to m in output.

213c213
intensity_method = e
---
intensity_method = m
219c219
intensity_method = e
---
intensity_method = m