In article <6cf6da$g8e$1 at lyra.csx.cam.ac.uk>,
Tim Cutts <tjrc1 at mole.bio.cam.ac.uk> wrote:
>SQInfile *
> NucRules = -3, -5
> ProtRules = +3, +5
>End
Solved my own problem. It seems that rules MUST NOT have any whitespace
after the comma. Could not see anything about this in the documentation.
IMHO, whitespace should be allowed after punctuation like that, as it is in
most programming languages..
Tim.