Skip to content

Commit

Permalink
Merge pull request #330 from Ensembl/bugfix/xref_prefixes_group
Browse files Browse the repository at this point in the history
Adding 'XrefPrefixes' to 'core' group.
  • Loading branch information
james-monkeyshines committed Dec 7, 2020
2 parents c68a15b + 171706e commit fdc170c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bio/EnsEMBL/DataCheck/Checks/XrefPrefixes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extends 'Bio::EnsEMBL::DataCheck::DbCheck';
use constant {
NAME => 'XrefPrefixes',
DESCRIPTION => 'Check that xrefs have the correct prefix for their dbprimary_acc',
GROUPS => ['xref', 'xref_mapping'],
GROUPS => ['core', 'xref', 'xref_mapping'],
DB_TYPES => ['core'],
TABLES => ['xref', 'external_db'],
PER_DB => 1
Expand Down
1 change: 1 addition & 0 deletions lib/Bio/EnsEMBL/DataCheck/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2532,6 +2532,7 @@
"datacheck_type" : "critical",
"description" : "Check that xrefs have the correct prefix for their dbprimary_acc",
"groups" : [
"core",
"xref",
"xref_mapping"
],
Expand Down

0 comments on commit fdc170c

Please sign in to comment.