« Return to Thread: While loop - SearchIO for BioPerl

Re: While loop - SearchIO for BioPerl

by Torsten Seemann :: Rate this Message:

Reply to Author | View in Thread

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

_______________________________________________
Bioperl-l mailing list
Bioperl-l@...
http://lists.open-bio.org/mailman/listinfo/bioperl-l

 « Return to Thread: While loop - SearchIO for BioPerl