![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Hello, and thanks in advance | Champi | Introductions | 0 | 05-11-2013 08:02 PM |
Bioperl installation | chandrugcg | Bioinformatics | 2 | 01-28-2013 03:45 PM |
Bioperl Script to convert fasta to fq | Lizex | Bioinformatics | 0 | 01-26-2012 11:21 PM |
Reminder: X-Gen Congress Advance Registration Deadline and Exclusive Savings | LifeScienceMarketing | Events / Conferences | 0 | 01-23-2012 05:02 AM |
Bioperl | jsun529 | Bioinformatics | 7 | 09-01-2009 08:27 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: China Join Date: Sep 2011
Posts: 14
|
![]()
Dear friends:
I have a blast report, and want to extract following information for each result(query): the Query_name, hit_number, name and description of the hit(HSP) with the highest identity. my bioperl script is: error information: -------------EXCEPTION: Bio::Root::Exception -------------I don't know what does it mean. Please give me some clues, all your words are welcome! NOTE: BTW, my bioperl version is 1.6.1, I use blastx 2.2.27+. My blast report(-outfmt 0) have many queries and each query have many hits(against nr database), so each hit maybe also have several HSPs. Last edited by Lyn Hsiong; 06-06-2013 at 06:50 PM. Reason: extra information |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: The University of Melbourne, AUSTRALIA Join Date: Apr 2008
Posts: 275
|
![]()
Do you mean $hit->next_hsp instead of $hit->hsp ?
|
![]() |
![]() |
![]() |
#3 | |
Member
Location: China Join Date: Sep 2011
Posts: 14
|
![]()
Thanks for your reply!
I tried the $hit->next_hsp before, but running the script still informed me the same error. However, today I have just reruned the script, both $hit->next_hsp and $hit->hsp are ok! They both outputed the first hit for each result. I don't know why. So I tried different sort rules as follows: Quote:
oh, it really troubles me... |
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|