Skip to content

Commit

Permalink
species.db_name must be all lower-case
Browse files Browse the repository at this point in the history
  • Loading branch information
James Allen committed Jul 9, 2020
1 parent ea3cc84 commit 3ff2b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Bio/EnsEMBL/DataCheck/Checks/MetaKeyFormat.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ sub tests {
'sample.location_param' => '[\w\.\-]+:\d+\-\d+',
'species.division' => 'Ensembl(Bacteria|Fungi|Metazoa|Plants|Protists|Vertebrates|Viruses)',
'species.production_name' => '_?[a-z0-9]+_[a-z0-9_]+',
'species.db_name' => '_?[a-z0-9]+_[a-z0-9_]+',
'species.url' => '[A-Z_][a-z0-9]+_[A-Za-z0-9_]+',
'web_accession_type' => '(GenBank Assembly ID|EMBL\-Bank|WGS Master)',
'web_accession_source' => '(NCBI|ENA|DDBJ)',
Expand Down

0 comments on commit 3ff2b31

Please sign in to comment.