Skip to content

Commit

Permalink
Merge a05cdd4 into afc3e55
Browse files Browse the repository at this point in the history
  • Loading branch information
vsitnik committed Oct 12, 2022
2 parents afc3e55 + a05cdd4 commit 1b2206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bio/EnsEMBL/DataCheck/Checks/DisplayNameFormat.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sub tests {
my $mca = $self->dba->get_adaptor("MetaContainer");

# Check that the format of the display name conforms to expectations.
my $format = '[A-Za-z0-9\ ]+ \([A-Za-z0-9\(\)\/\-\_,\#\. ]+\) \- GCA_\d+\.\d+';
my $format = '[A-Za-z0-9\ ]+ \([A-Za-z0-9\(\)\/\-\_,\#\. ]+\) \- GCA_\d+\.\d+(?:\s\[[\w ]+\])?';

my $desc = "Display name has correct format";
my $display_name = $mca->single_value_by_key('species.display_name');
Expand Down

0 comments on commit 1b2206f

Please sign in to comment.