Skip to content

Commit

Permalink
Check on analysis db_version is likely to fail for spurious reasons -…
Browse files Browse the repository at this point in the history
… too noisy, so remove from all groups for now. It is likely that this datacheck would only be useful for a subset of analyses, because there is little to be gained by updating databases to ensure consistency across the board.
  • Loading branch information
James Allen committed Jan 29, 2021
1 parent fdc170c commit e517ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extends 'Bio::EnsEMBL::DataCheck::DbCheck';
use constant {
NAME => 'ControlledAnalysisVersion',
DESCRIPTION => 'Analysis db_verion is consistent with production database',
GROUPS => ['analysis_description', 'core', 'brc4_core', 'corelike'],
GROUPS => [],
DATACHECK_TYPE => 'advisory',
DB_TYPES => ['cdna', 'core', 'otherfeatures', 'rnaseq'],
TABLES => ['analysis', 'analysis_description'],
Expand Down
7 changes: 1 addition & 6 deletions lib/Bio/EnsEMBL/DataCheck/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -911,12 +911,7 @@
"ControlledAnalysisVersion" : {
"datacheck_type" : "advisory",
"description" : "Analysis db_verion is consistent with production database",
"groups" : [
"analysis_description",
"core",
"brc4_core",
"corelike"
],
"groups" : [],
"name" : "ControlledAnalysisVersion",
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::ControlledAnalysisVersion"
},
Expand Down

0 comments on commit e517ef2

Please sign in to comment.