Skip to content

Commit

Permalink
Updated regex for species.url to include '.' for new url format that …
Browse files Browse the repository at this point in the history
…includes the assembly accession, e.g. Meleagris_gallopavo_GCA_000146605.4
  • Loading branch information
leannehaggerty committed Sep 17, 2020
1 parent 76c2bc0 commit 245dd79
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -54,7 +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.url' => '[A-Z_][a-z0-9]+_[A-Za-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 245dd79

Please sign in to comment.