Skip to content

Commit

Permalink
Merge dddaeb8 into 036d014
Browse files Browse the repository at this point in the history
  • Loading branch information
james-monkeyshines committed Dec 8, 2020
2 parents 036d014 + dddaeb8 commit 4595c30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/Bio/EnsEMBL/DataCheck/Checks/XrefTypes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ extends 'Bio::EnsEMBL::DataCheck::DbCheck';
use constant {
NAME => 'XrefTypes',
DESCRIPTION => 'Xrefs are only attached to one feature type.',
GROUPS => ['xref', 'xref_mapping'],
DATACHECK_TYPE => 'advisory',
GROUPS => ['core', 'xref', 'xref_mapping'],
DB_TYPES => ['core'],
TABLES => ['external_db', 'object_xref', 'xref'],
PER_DB => 1,
Expand Down
3 changes: 2 additions & 1 deletion lib/Bio/EnsEMBL/DataCheck/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2540,9 +2540,10 @@
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::XrefPrefixes"
},
"XrefTypes" : {
"datacheck_type" : "advisory",
"datacheck_type" : "critical",
"description" : "Xrefs are only attached to one feature type.",
"groups" : [
"core",
"xref",
"xref_mapping"
],
Expand Down

0 comments on commit 4595c30

Please sign in to comment.