diff --git a/misc-scripts/xref_projection/submit_projections.pl b/misc-scripts/xref_projection/submit_projections.pl
index 0fb802d0357163ca280596f826dd3eb756265d32..020ba0896309d9b33b071b9a23e9667aa5de92ee 100644
--- a/misc-scripts/xref_projection/submit_projections.pl
+++ b/misc-scripts/xref_projection/submit_projections.pl
@@ -93,10 +93,11 @@ my @names_1_1 = (["human", "chimp"            ],
 		 ["human", "tarsier"          ],
 		 ["human", "alpaca"           ],
 		 ["human", "gorilla"          ],
-		 ["human", "anolis"          ],
+		 ["human", "anolis"           ],
 		 ["human", "sloth"            ],
 		 ["human", "zebrafinch"       ],
                  ["human", "panda"            ],
+                 ["human", "turkey"           ],
 		 ["mouse", "kangaroo_rat"     ],
 		 ["mouse", "rat"              ]);
 
@@ -145,6 +146,7 @@ my @go_terms = (["human",      "mouse"          ],
 		["human",      "zebrafinch"     ],
 		["human",      "anolis"         ],
 		["human",      "panda"          ],
+		["human",      "turkey"         ],
                 ["mouse",      "human"          ],
 		["mouse",      "rat"            ],
 		["mouse",      "dog"            ],
@@ -192,6 +194,7 @@ my @go_terms = (["human",      "mouse"          ],
 		["danio",      "stickleback"    ],
 		["human",      "stickleback"    ],
 		["mouse",      "stickleback"    ],
+		["mouse",      "turkey"         ],
 		["xenopus",    "danio"          ]);
 
 my ($from, $to, $o, $e, $n);