Skip to content

Commit

Permalink
Merge b92b4ed into 73fffb3
Browse files Browse the repository at this point in the history
  • Loading branch information
james-monkeyshines committed Nov 8, 2019
2 parents 73fffb3 + b92b4ed commit e1a21d4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions lib/Bio/EnsEMBL/DataCheck/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,26 @@
"name" : "CheckConservationScorePerBlock",
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::CheckConservationScorePerBlock"
},
"CheckLastZCoverage" : {
"datacheck_type" : "critical",
"description" : "Coverage for a LastZ MLSS matches the coverage recorded in the mlss_tag table",
"groups" : [
"compara",
"compara_pairwise_alignments"
],
"name" : "CheckLastZCoverage",
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::CheckLastZCoverage"
},
"CheckMultipleAlignCoverage" : {
"datacheck_type" : "critical",
"description" : "Coverage for a multiple whole genome alignment MLSS matches the coverage recorded in the mlss_tag table",
"groups" : [
"compara",
"compara_multiple_alignments"
],
"name" : "CheckMultipleAlignCoverage",
"package_name" : "Bio::EnsEMBL::DataCheck::Checks::CheckMultipleAlignCoverage"
},
"ChromosomesAnnotated" : {
"datacheck_type" : "critical",
"description" : "Chromosomal seq_regions have appropriate attribute",
Expand Down

0 comments on commit e1a21d4

Please sign in to comment.