Skip to content

Commit

Permalink
Merge 5300213 into 46896ca
Browse files Browse the repository at this point in the history
  • Loading branch information
james-monkeyshines committed Sep 17, 2021
2 parents 46896ca + 5300213 commit 8d5e890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/Bio/EnsEMBL/DataCheck/Checks/SpeciesCommonName.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ extends 'Bio::EnsEMBL::DataCheck::DbCheck';
use constant {
NAME => 'SpeciesCommonName',
DESCRIPTION => 'Meta key species.common_name should be same for species from a group of strains or breeds',
GROUPS => ['core', 'meta'],
DATACHECK_TYPE => 'advisory',
GROUPS => ['core_sync'],
DATACHECK_TYPE => 'critical',
DB_TYPES => ['core'],
TABLES => ['meta'],
};
Expand Down
5 changes: 2 additions & 3 deletions lib/Bio/EnsEMBL/DataCheck/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2327,11 +2327,10 @@
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::SourceAdvisory"
},
"SpeciesCommonName" : {
"datacheck_type" : "advisory",
"datacheck_type" : "critical",
"description" : "Meta key species.common_name should be same for species from a group of strains or breeds",
"groups" : [
"core",
"meta"
"core_sync"
],
"name" : "SpeciesCommonName",
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::SpeciesCommonName"
Expand Down

0 comments on commit 8d5e890

Please sign in to comment.