[Bioperl-l] While loop - SearchIO for BioPerl
Torsten Seemann
torsten.seemann at infotech.monash.edu.au
Thu Jul 9 00:25:34 UTC 2009
Inna,
> Where Hit= gnl|DAS|12277,Start = 7410,End = 7433 is the last one.
> I don't need these duplicates.
> How can I fix that?
> $start = $hsp->hit->start;
> $end = $hsp->hit->end;
Are you sure you mean $hsp->hit->start ?
Perhaps you mean $hsp->start() or $hsp->start('hit') ?
--Torsten Seemann
--Victorian Bioinformatics Consortium, Dept. Microbiology, Monash
University, AUSTRALIA
More information about the Bioperl-l
mailing list