Hi, > I did some googling on this and found someone suggested to modify emma.c > file > to : > dna_matrix = ajAcdGetListSingle( "dnamatrix"); > m2c = ajStrGetCharFirst(dna_matrix); > > if(m2c=='i') > ajStrAssignC(&m2str,"iub"); > else if(m2c=='c') > ajStrAssignC(&m2str,"clustalw"); > else if(m2c=='o') > ajStrAssignC(&m2str,"own"); > > I did that but still got the same error.
After the above changes made I'm able to use clustalw-2.0.7 with EMBOSS-4.1.0. Regards, Mahmut _______________________________________________ EMBOSS mailing list [email protected] http://lists.open-bio.org/mailman/listinfo/emboss
