Skip to content

Commit

Permalink
Merge pull request #264 from Ensembl/bugfix/remove_skeletons
Browse files Browse the repository at this point in the history
Remove skeleton datachecks for unimplemented functionality.
  • Loading branch information
james-monkeyshines committed Jun 22, 2020
2 parents 43cd4cb + 11b364b commit 76c2bc0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 102 deletions.
42 changes: 0 additions & 42 deletions lib/Bio/EnsEMBL/DataCheck/Checks/DNAFragCore.pm

This file was deleted.

42 changes: 0 additions & 42 deletions lib/Bio/EnsEMBL/DataCheck/Checks/GenomeDBCore.pm

This file was deleted.

18 changes: 0 additions & 18 deletions lib/Bio/EnsEMBL/DataCheck/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -903,15 +903,6 @@
"name" : "DNAEmpty",
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::DNAEmpty"
},
"DNAFragCore" : {
"datacheck_type" : "critical",
"description" : "Top-level sequences in the core database match dnafrags in compara database",
"groups" : [
"compara"
],
"name" : "DNAFragCore",
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::DNAFragCore"
},
"DataFilesExist" : {
"datacheck_type" : "critical",
"description" : "Data files are defined where necessary, and exist on the filesystem",
Expand Down Expand Up @@ -1301,15 +1292,6 @@
"name" : "GeneTreeHighlighting",
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::GeneTreeHighlighting"
},
"GenomeDBCore" : {
"datacheck_type" : "critical",
"description" : "Species, assembly, and geneset metadata are the same in core and compara databases",
"groups" : [
"compara"
],
"name" : "GenomeDBCore",
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::GenomeDBCore"
},
"GenomeStatistics" : {
"datacheck_type" : "critical",
"description" : "Genome statistics are present and correct",
Expand Down

0 comments on commit 76c2bc0

Please sign in to comment.