Mac binaries
[jabaws.git] / website / archive / binaries / mac / src / mafft / core / miyata.h
diff --git a/website/archive/binaries/mac/src/mafft/core/miyata.h b/website/archive/binaries/mac/src/mafft/core/miyata.h
new file mode 100644 (file)
index 0000000..cddb624
--- /dev/null
@@ -0,0 +1,47 @@
+double polarity_[] =
+{
+        8.1,  /* A */
+       10.5,  /* R */
+       11.6,  /* N */
+       13.0,  /* D */
+        5.5,  /* C */
+       10.5,  /* Q */
+       12.3,  /* E */
+        9.0,  /* G */
+       10.4,  /* H */
+        5.2,  /* I */
+        4.9,  /* L */
+       11.3,  /* K */
+        5.7,  /* M */
+        5.2,  /* F */
+        8.0,  /* P */
+        9.2,  /* S */
+        8.6,  /* T */
+        5.4,  /* W */
+        6.2,  /* Y */
+        5.9,  /* V */
+};
+
+double volume_[] =
+{
+        31.0,  /* A */
+       124.0,  /* R */
+        56.0,  /* N */
+        54.0,  /* D */
+        55.0,  /* C */
+        85.0,  /* Q */
+        83.0,  /* E */
+         3.0,  /* G */
+        96.0,  /* H */
+       111.0,  /* I */
+       111.0,  /* L */
+       119.0,  /* K */
+       105.0,  /* M */
+       132.0,  /* F */
+        32.5,  /* P */
+        32.0,  /* S */
+        61.0,  /* T */
+       170.0,  /* W */
+       136.0,  /* Y */
+        84.0,  /* V */
+};