Skip to content
Snippets Groups Projects
Commit 2d7a9e8e authored by Marek Szuba's avatar Marek Szuba
Browse files

schema_patcher.pl: Update location of ontology schema

parent b6ff4fc9
No related branches found
No related tags found
3 merge requests!457Patch to support longer assembly names in the mapping session table.,!401schema_patcher.pl: Update location of ontology schema,!401schema_patcher.pl: Update location of ontology schema
......@@ -280,12 +280,12 @@ my %patches;
# Get available patches.
foreach my $thing ( [ 'ensembl', 'core', 'table.sql' ],
[ 'ensembl-compara', 'compara', 'table.sql' ],
[ 'ensembl-funcgen', 'funcgen', 'table.sql' ],
[ 'ensembl-variation', 'variation', 'table.sql' ],
[ 'ensembl-production', 'production', 'table.sql' ],
[ 'ols-ensembl-loader', 'ontology', 'tables.sql' ] )
foreach my $thing ( [ 'ensembl', 'core', 'table.sql' ],
[ 'ensembl-compara', 'compara', 'table.sql' ],
[ 'ensembl-funcgen', 'funcgen', 'table.sql' ],
[ 'ensembl-variation', 'variation', 'table.sql' ],
[ 'ensembl-production', 'production', 'table.sql' ],
[ 'ensembl-ontology-schema', 'ontology', 'tables.sql' ] )
{
my ($git_repo, $schema_type, $schema_file) = @{$thing};
......
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