Skip to content

Commit

Permalink
Add new configs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklangridge committed Apr 25, 2016
1 parent 3a4180a commit 1d5bbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/SiteDefs.pm
Expand Up @@ -40,7 +40,7 @@ sub update_conf {
map {delete($SiteDefs::__species_aliases{$_}) } keys %SiteDefs::__species_aliases;

$SiteDefs::ENSEMBL_DATASETS = [];
push (@{$SiteDefs::ENSEMBL_DATASETS}, "bacteria_$_") foreach (0..123);
push (@{$SiteDefs::ENSEMBL_DATASETS}, "bacteria_$_") foreach (0..162);

$SiteDefs::ENSEMBL_PRIMARY_SPECIES = 'Escherichia_coli_str_k_12_substr_mg1655';
$SiteDefs::__species_aliases{ 'Escherichia_coli_str_k_12_substr_mg1655' } = [qw(ec)];
Expand Down

0 comments on commit 1d5bbf8

Please sign in to comment.