Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Dec 3, 2024
1 parent d836972 commit c66fff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/agat_sp_load_function_from_protein_align.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c66fff9

Please sign in to comment.