Author Name: Nadine Tatto (Nadine Tatto)
Original Redmine Issue: 3279, https://redmine.open-bio.org/issues/3279
Original Date: 2011-08-10
Original Assignee: Bioperl Guts
I have an infernal report containing about 2000 CMs from an infernal run against Rfam.cm.
To parse this report I wanted to use Bio::SearchIO::infernal.pm. Unfortunately this turned out to be a problem for me, because “$parser->next_result” only delivers the result for the first CM in the report and nothing more.
The script is called this way:
./infernalParser.pl infernal.output
Output:
5S_rRNA
Expected Output:
5S_rRNA
5_8S_rRNA
U1
… (names of all CM’s contained in the report)
Author Name: Nadine Tatto (Nadine Tatto) Original Redmine Issue: 3279, https://redmine.open-bio.org/issues/3279 Original Date: 2011-08-10 Original Assignee: Bioperl Guts
I have an infernal report containing about 2000 CMs from an infernal run against Rfam.cm. To parse this report I wanted to use Bio::SearchIO::infernal.pm. Unfortunately this turned out to be a problem for me, because “$parser->next_result” only delivers the result for the first CM in the report and nothing more.
The script is called this way: ./infernalParser.pl infernal.output
Output: 5S_rRNA
Expected Output: 5S_rRNA 5_8S_rRNA U1 … (names of all CM’s contained in the report)