Skip to content

Commit

Permalink
Merge 1ce85fe into 6e4c294
Browse files Browse the repository at this point in the history
  • Loading branch information
james-monkeyshines committed May 4, 2021
2 parents 6e4c294 + 1ce85fe commit 30626fc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/Bio/EnsEMBL/DataCheck/Checks/ControlledMetaKeys.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extends 'Bio::EnsEMBL::DataCheck::DbCheck';
use constant {
NAME => 'ControlledMetaKeys',
DESCRIPTION => 'Meta keys are consistent with production database',
GROUPS => ['core', 'corelike', 'meta', 'funcgen', 'variation'],
GROUPS => ['core', 'corelike', 'funcgen', 'meta', 'meta_sample', 'variation'],
DB_TYPES => ['cdna', 'core', 'funcgen', 'otherfeatures', 'rnaseq', 'variation'],
TABLES => ['meta']
};
Expand Down
2 changes: 1 addition & 1 deletion lib/Bio/EnsEMBL/DataCheck/Checks/DisplayableSampleGene.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 => 'DisplayableSampleGene',
DESCRIPTION => 'Sample gene is displayable and has web_data attached to its analysis',
GROUPS => ['analysis_description', 'core', 'brc4_core', 'geneset'],
GROUPS => ['analysis_description', 'core', 'brc4_core', 'geneset', 'meta_sample'],
DB_TYPES => ['core'],
TABLES => ['analysis', 'analysis_description', 'gene', 'meta']
};
Expand Down
2 changes: 1 addition & 1 deletion lib/Bio/EnsEMBL/DataCheck/Checks/MetaKeyCardinality.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extends 'Bio::EnsEMBL::DataCheck::DbCheck';
use constant {
NAME => 'MetaKeyCardinality',
DESCRIPTION => 'A subset of meta keys must only have a single value',
GROUPS => ['ancestral', 'brc4_core', 'core', 'meta'],
GROUPS => ['ancestral', 'brc4_core', 'core', 'meta', 'meta_sample'],
DB_TYPES => ['core'],
TABLES => ['meta']
};
Expand Down
2 changes: 1 addition & 1 deletion lib/Bio/EnsEMBL/DataCheck/Checks/MetaKeyFormat.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 => 'MetaKeyFormat',
DESCRIPTION => 'Meta values are correctly formatted and linked',
GROUPS => ['ancestral', 'brc4_core', 'core', 'meta', 'variation'],
GROUPS => ['ancestral', 'brc4_core', 'core', 'meta', 'meta_sample', 'variation'],
DB_TYPES => ['core', 'variation'],
TABLES => ['meta']
};
Expand Down
10 changes: 7 additions & 3 deletions lib/Bio/EnsEMBL/DataCheck/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -954,8 +954,9 @@
"groups" : [
"core",
"corelike",
"meta",
"funcgen",
"meta",
"meta_sample",
"variation"
],
"name" : "ControlledMetaKeys",
Expand Down Expand Up @@ -1154,7 +1155,8 @@
"analysis_description",
"core",
"brc4_core",
"geneset"
"geneset",
"meta_sample"
],
"name" : "DisplayableSampleGene",
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::DisplayableSampleGene"
Expand Down Expand Up @@ -1704,7 +1706,8 @@
"ancestral",
"brc4_core",
"core",
"meta"
"meta",
"meta_sample"
],
"name" : "MetaKeyCardinality",
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::MetaKeyCardinality"
Expand Down Expand Up @@ -1740,6 +1743,7 @@
"brc4_core",
"core",
"meta",
"meta_sample",
"variation"
],
"name" : "MetaKeyFormat",
Expand Down

0 comments on commit 30626fc

Please sign in to comment.