SearchResultEventBuilder & IteratedSearchResultEventBuilder:
commit3165a97e3de6fd7cec34e238196f9e8581255e53
authorFrancisco J. Ossandon <fco.j.ossandon@gmail.com>
Tue, 14 Jan 2014 22:40:24 +0000 (14 19:40 -0300)
committerFrancisco J. Ossandon <fco.j.ossandon@gmail.com>
Tue, 14 Jan 2014 22:40:24 +0000 (14 19:40 -0300)
tree4af7e01fa154cb6eebc4c9659ffed23306be19a6
parent120fd91d73c0efc174bd9a272ec5adddb9a61660
SearchResultEventBuilder & IteratedSearchResultEventBuilder:
Fixed Feature #2615. Moved "_init_parse_params", "max_significance,
"signif", "min_score", "min_bits, and "hit_filter" methods from
'IteratedSearchResultEventBuilder' to parent 'SearchResultEventBuilder',
also merged the "end_result" code from both modules since
it was very similar. This means that 1) IteratedSearch now only
have the code that is different and specific for Blast iterations,
and 2) that the moved methods will now work with other Bio::SearchIO
formats besides Blast, closing the inconsistent effect in different
formats of the related Bio::SearchIO->new() parameters.
Added tests for all moved methods using HMMER outputs and run
the full test suite and everything pass.
Bio/SearchIO/IteratedSearchResultEventBuilder.pm
Bio/SearchIO/SearchResultEventBuilder.pm
Changes
t/SearchIO/hmmer.t