Skip to content

Commit

Permalink
Merge pull request #259 from Ensembl/feature/dupe_xref_advisory
Browse files Browse the repository at this point in the history
Make duplicate xref check advisory
  • Loading branch information
james-monkeyshines committed Jun 12, 2020
2 parents 3e13106 + 9546fc2 commit 91084dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/Bio/EnsEMBL/DataCheck/Checks/DuplicateXref.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ use constant {
NAME => 'DuplicateXref',
DESCRIPTION => 'Xrefs have been added twice with different descriptions or versions',
GROUPS => ['xref', 'core'],
DATACHECK_TYPE => 'advisory',
DB_TYPES => ['core'],
TABLES => ['xref'],
PER_DB => 1,
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 @@ -990,7 +990,7 @@
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::DuplicateTranscriptNames"
},
"DuplicateXref" : {
"datacheck_type" : "critical",
"datacheck_type" : "advisory",
"description" : "Xrefs have been added twice with different descriptions or versions",
"groups" : [
"xref",
Expand Down

0 comments on commit 91084dc

Please sign in to comment.