From 490d5c875ec1c58059d365e6abfb3f2bd7d713a4 Mon Sep 17 00:00:00 2001 From: Jordi Sevilla Date: Tue, 17 Dec 2024 23:59:49 +0100 Subject: [PATCH] Set value for "allow_paralogs" attribute --- lib/Bio/Roary/CommandLine/Roary.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Bio/Roary/CommandLine/Roary.pm b/lib/Bio/Roary/CommandLine/Roary.pm index 78ce692..10d38c7 100644 --- a/lib/Bio/Roary/CommandLine/Roary.pm +++ b/lib/Bio/Roary/CommandLine/Roary.pm @@ -201,6 +201,7 @@ sub BUILD { } $self->dont_delete_files($dont_delete_files) if ( defined($dont_delete_files) ); $self->dont_split_groups($dont_split_groups) if ( defined($dont_split_groups) ); + $self->allow_paralogs($allow_paralogs) if ( defined($allow_paralogs) ); $self->dont_create_rplots(0) if ( defined($create_rplots) ); $self->verbose_stats($verbose_stats) if ( defined $verbose_stats ); $self->translation_table($translation_table) if ( defined($translation_table) );