Hi all,
I got this error when run my scripts:
Useless use of numeric gt (>) in void context at
/Users/vincenza/src/gfdb/modules/Bio/DBLoader.pm line 382.
Useless use of private variable in void context at
/Users/vincenza/src/gfdb/modules/Bio/DBLoader.pm line 382.
below is the code:
have some of
Hi all,
I don't have underlined the row 382 because it seems irrilevant (for
me) and so I have forget it! Sorry. Thank you,
Vincenza
# store exon
my @exons = @{$transcript->get_all_Exons()};
my ($ontology_exon, $exon_start, $exon_end, $exon_strand);
unless ($transcript->translation){