Parent Directory
|
Revision Log
|
Patch
revision 1.3, Wed Mar 14 23:38:15 2018 UTC | revision 1.4, Tue Aug 21 20:35:55 2018 UTC | |
---|---|---|
# | Line 168 | Line 168 |
168 | if ($outForm eq 'tbl') { | if ($outForm eq 'tbl') { |
169 | # Must convert from HSP to table. | # Must convert from HSP to table. |
170 | my $hsp = $match; | my $hsp = $match; |
171 | if (ref $hsp eq 'ARRAY') { | |
172 | $hsp = Hsp->new($match); | |
173 | } | |
174 | $match = [$hsp->qid(), $hsp->qdef(), $hsp->sid(), $hsp->sdef(), $hsp->pct(), $hsp->e_val()]; | $match = [$hsp->qid(), $hsp->qdef(), $hsp->sid(), $hsp->sdef(), $hsp->pct(), $hsp->e_val()]; |
175 | } | } |
176 | P3Utils::print_cols($match); | P3Utils::print_cols($match); |
|
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |