Skip to content

Commit

Permalink
Merge pull request #288 from JAlvarezJarreta/release/102
Browse files Browse the repository at this point in the history
Missing alignment method
  • Loading branch information
james-monkeyshines committed Aug 10, 2020
2 parents 3a4cd63 + 162fdbf commit 2334f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bio/EnsEMBL/DataCheck/Checks/CheckGenomicAlignments.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sub skip_tests {
my ($self) = @_;
my $mlss_adap = $self->dba->get_MethodLinkSpeciesSetAdaptor;

my @method_links = qw(LASTZ_NET LASTZ_PATCH EPO EPO_EXTENDED PECAN);
my @method_links = qw(LASTZ_NET LASTZ_PATCH EPO EPO_EXTENDED PECAN POLYPLOID);
my @mlsss;
foreach my $method (@method_links) {
my $mlss = $mlss_adap->fetch_all_by_method_link_type($method);
Expand Down

0 comments on commit 2334f5b

Please sign in to comment.