From c66fff925edc5d39ef5e90354b0dbe92f5b19818 Mon Sep 17 00:00:00 2001 From: Jacques Dainat Date: Tue, 3 Dec 2024 16:24:02 +0100 Subject: [PATCH] add missing semicolon --- bin/agat_sp_load_function_from_protein_align.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/agat_sp_load_function_from_protein_align.pl b/bin/agat_sp_load_function_from_protein_align.pl index 8da4bf79..4dafa5db 100755 --- a/bin/agat_sp_load_function_from_protein_align.pl +++ b/bin/agat_sp_load_function_from_protein_align.pl @@ -840,10 +840,10 @@ sub check_gene_overlap_gffAlign{ my ($hash_omniscient, $prot_omniscient, $gene_id, $gene_id2, $prot_tag)=@_; # my $overlap12=undef; - my $overlap12_abs=undef + my $overlap12_abs=undef; # my $w_overlap12=undef; - my $w_overlap12_abs=undef + my $w_overlap12_abs=undef; # my $overlap21=undef; my $overlap21_abs=undef;