source: branches/stable/GDE/MAFFT/mafft-7.055-with-extensions/core/blosum.h

Last change on this file was 10371, checked in by aboeckma, 11 years ago

updated mafft version. Added extensions (no svn ignore, yet)

File size: 256 bytes
Line 
1/*
2int locpenaltyd = -2400;
3int locoffsetd = -60;
4char locaminod[26] = "GASTPLIMVDNEQFYWKRHCXXX.-U";
5char locaminod[] = "ARNDCQEGHILKMFPSTWYVBZX.-U";
6char locgrpd[] =
7{
8        0, 3, 2, 2, 5, 2, 2, 0, 3, 1, 1, 3, 1, 4, 0, 0, 0, 4, 4, 1, 2, 2,
9        6, 6, 6, 6,
10};
11*/
Note: See TracBrowser for help on using the repository browser.