Le Wed, Apr 30, 2008 at 12:03:40PM +0100, Peter Rice a écrit :
> In emma.c the wrong characters are tested.
> 
> release 5.0.0:
>     if(m2c=='b')
>       ajStrAssignC(&m2str,"iub");
>     else if(m2c=='p')
>       ajStrAssignC(&m2str,"clustalw");
>     else if(m2c=='g')
>       ajStrAssignC(&m2str,"own");
> 
> corrected:
>     if(m2c=='i')
>       ajStrAssignC(&m2str,"iub");
>     else if(m2c=='c')
>       ajStrAssignC(&m2str,"clustalw");
>     else if(m2c=='o')
>       ajStrAssignC(&m2str,"own");

Thanks a lot, I have corrected this in Debian's emboss package through
the following patch:

http://svn.debian.org/wsvn/debian-med/trunk/packages/emboss/trunk/debian/patches/clustalw2-fix.patch?op=file&rev=0&sc=0

Have a nice day,

-- 
Charles Plessy
Debian-Med packaging team
Wakō, Saitama, Japan
_______________________________________________
EMBOSS mailing list
[email protected]
http://lists.open-bio.org/mailman/listinfo/emboss

Reply via email to