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

Updated for 53 - changed versions and added new species.

parent 8a43c5fd
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,11 @@ use strict;
# Remember to check/set the various config optons
# ------------------------------ config -------------------------------
my $release = 52;
my $release = 53;
my $base_dir = "/lustre/scratch1/ensembl/gp1/projections/";
my $conf = "release_52.ini"; # registry config file, specifies Compara location
my $conf = "release_53.ini"; # registry config file, specifies Compara location
# location of other databases
my $host = "ens-staging";
......@@ -71,6 +71,8 @@ my @names_1_1 = (["human", "chimp" ],
["human", "tarsier" ],
["human", "alpaca" ],
["human", "gorilla" ],
["human", "sloth" ],
["human", "zebrafinch" ],
["mouse", "kangaroo_rat" ],
["mouse", "rat" ]);
......@@ -112,6 +114,9 @@ my @go_terms = (["human", "mouse" ],
["human", "alpaca" ],
["human", "kangaroo_rat" ],
["human", "gorilla" ],
["human", "sloth" ],
["human", "zebrafinch" ],
["human", "anolis" ],
["mouse", "human" ],
["mouse", "rat" ],
["mouse", "dog" ],
......@@ -144,6 +149,9 @@ my @go_terms = (["human", "mouse" ],
["mouse", "alpaca" ],
["mouse", "kangaroo_rat" ],
["mouse", "gorilla" ],
["mouse", "sloth" ],
["mouse", "zebrafinch" ],
["mouse", "anolis" ],
["rat", "human" ],
["rat", "mouse" ],
["drosophila", "anopheles" ],
......
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