Skip to content

Commit

Permalink
updated method to add new genebuild metakeys
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed Jan 26, 2022
1 parent 409c7e6 commit a2901b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bio/EnsEMBL/DataCheck/Checks/VersionedGenes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sub tests {
# full_genebuild, projection_build, mixed_strategy_build, maker_genebuild
my $version_expected = 0;
foreach my $method (@$methods) {
if ($method =~ /build/) {
if ($method =~ /build|anno|braker|standard/) {
$version_expected = 1;
}
}
Expand Down

0 comments on commit a2901b7

Please sign in to comment.