[Bioperl-l] $hit_object->frac_aligned_hit/$hit_object->frac_aligned_query
Sendu Bala
bix at sendu.me.uk
Tue Aug 1 06:49:54 UTC 2006
Andreo Beck wrote:
> Hi,
>
> Can $hit_object->frac_aligned_hit or $hit_object->frac_aligned_query give outputs > 1 ?
> I get some > 1 values.
That might depend on what $hit_object is (Bio::Search::Hit::GenericHit
?), but I'd say it's probably a bug if you get over 1. Can you give an
example where you got over 1? Provide the code and the input data.
> Does using the parentheses (e.g. $hit_object->frac_aligned_hit()) make any difference?
No, empty parentheses are only needed to make it clear to the perl
interpreter you are calling a subroutine in ambiguous cases;
$obj->method isn't ambiguous.
More information about the Bioperl-l
mailing list