Skip to content

Commit

Permalink
It has become apparent that it is necessary for the database name to …
Browse files Browse the repository at this point in the history
…match the 'species.production_name' meta_key - change the datacheck for this from advisory to critical.
  • Loading branch information
James Allen committed Sep 18, 2020
1 parent 9b17356 commit 9712770
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/Bio/EnsEMBL/DataCheck/Checks/DatabaseSpeciesName.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ extends 'Bio::EnsEMBL::DataCheck::DbCheck';
use constant {
NAME => 'DatabaseSpeciesName',
DESCRIPTION => 'The species.production_name meta key matches the DB name',
DATACHECK_TYPE => 'advisory',
GROUPS => ['core', 'corelike', 'funcgen', 'meta', 'variation'],
DB_TYPES => ['cdna', 'core', 'funcgen', 'otherfeatures', 'rnaseq', 'variation'],
TABLES => ['meta'],
Expand Down
2 changes: 1 addition & 1 deletion lib/Bio/EnsEMBL/DataCheck/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::DatabaseCollation"
},
"DatabaseSpeciesName" : {
"datacheck_type" : "advisory",
"datacheck_type" : "critical",
"description" : "The species.production_name meta key matches the DB name",
"groups" : [
"core",
Expand Down

0 comments on commit 9712770

Please sign in to comment.