Skip to content
Snippets Groups Projects
Commit fbb48359 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Re-added turkey to list of targets.

parent f14ddad3
No related branches found
No related tags found
No related merge requests found
...@@ -93,10 +93,11 @@ my @names_1_1 = (["human", "chimp" ], ...@@ -93,10 +93,11 @@ my @names_1_1 = (["human", "chimp" ],
["human", "tarsier" ], ["human", "tarsier" ],
["human", "alpaca" ], ["human", "alpaca" ],
["human", "gorilla" ], ["human", "gorilla" ],
["human", "anolis" ], ["human", "anolis" ],
["human", "sloth" ], ["human", "sloth" ],
["human", "zebrafinch" ], ["human", "zebrafinch" ],
["human", "panda" ], ["human", "panda" ],
["human", "turkey" ],
["mouse", "kangaroo_rat" ], ["mouse", "kangaroo_rat" ],
["mouse", "rat" ]); ["mouse", "rat" ]);
...@@ -145,6 +146,7 @@ my @go_terms = (["human", "mouse" ], ...@@ -145,6 +146,7 @@ my @go_terms = (["human", "mouse" ],
["human", "zebrafinch" ], ["human", "zebrafinch" ],
["human", "anolis" ], ["human", "anolis" ],
["human", "panda" ], ["human", "panda" ],
["human", "turkey" ],
["mouse", "human" ], ["mouse", "human" ],
["mouse", "rat" ], ["mouse", "rat" ],
["mouse", "dog" ], ["mouse", "dog" ],
...@@ -192,6 +194,7 @@ my @go_terms = (["human", "mouse" ], ...@@ -192,6 +194,7 @@ my @go_terms = (["human", "mouse" ],
["danio", "stickleback" ], ["danio", "stickleback" ],
["human", "stickleback" ], ["human", "stickleback" ],
["mouse", "stickleback" ], ["mouse", "stickleback" ],
["mouse", "turkey" ],
["xenopus", "danio" ]); ["xenopus", "danio" ]);
my ($from, $to, $o, $e, $n); my ($from, $to, $o, $e, $n);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment