[bug 2633]
commitf2e0e6367ed0e901140499568036a470fdff9b5e
authorcjfields <cjfields@bioperl.org>
Wed, 29 Oct 2008 04:03:03 +0000 (29 04:03 -0000)
committercjfields <cjfields@bioperl.org>
Wed, 29 Oct 2008 04:03:03 +0000 (29 04:03 -0000)
tree05e11560a5a5e56db577e000173e46c8f90b4df4
parent372bf55827f78fe32167162f7af6eca2ab86c7c4
[bug 2633]
* fasta.pm: switch out POSIX::ceil)( for sprintf() rounding (off-by-one error)
* GenericHSP: switch out int() for sprintf() rounding.  No apparent effect, but int() is effectively a POSIX::floor() in this case (no rounding)
* downside: 8 tests are failing.  Need to evaluate further to ensure whether the expected test results are erroneous, or whether some changes need to be rolled back.

svn path=/bioperl-live/trunk/; revision=14973
Bio/Search/HSP/GenericHSP.pm
Bio/SearchIO/fasta.pm