Loading debian/patches/fix_typo.patch 0 → 100644 +15 −0 Original line number Diff line number Diff line Author: Andreas Tille <tille@debian.org> Last-Update: Fri, 11 Jan 2019 15:43:07 +0100 Description: Typo in referencing biosquid function --- a/src/histogram.c +++ b/src/histogram.c @@ -470,7 +470,7 @@ EVDBasicFit(struct histogram_s *h) { d[sc - h->lowscore] = log(-1. * log(d[sc - h->lowscore])); // do the linear regression - FLinefit(x, d, hsize-1, &intercept, &slope, &corr); + Linefit(x, d, hsize-1, &intercept, &slope, &corr); // calc mu, lambda lambda = -1. * slope; mu = intercept / lambda; debian/patches/series +1 −0 Original line number Diff line number Diff line use_debian_packaged_biosquid.patch build_libhmmer.a_with-fPIC.patch fix_typo.patch Loading
debian/patches/fix_typo.patch 0 → 100644 +15 −0 Original line number Diff line number Diff line Author: Andreas Tille <tille@debian.org> Last-Update: Fri, 11 Jan 2019 15:43:07 +0100 Description: Typo in referencing biosquid function --- a/src/histogram.c +++ b/src/histogram.c @@ -470,7 +470,7 @@ EVDBasicFit(struct histogram_s *h) { d[sc - h->lowscore] = log(-1. * log(d[sc - h->lowscore])); // do the linear regression - FLinefit(x, d, hsize-1, &intercept, &slope, &corr); + Linefit(x, d, hsize-1, &intercept, &slope, &corr); // calc mu, lambda lambda = -1. * slope; mu = intercept / lambda;
debian/patches/series +1 −0 Original line number Diff line number Diff line use_debian_packaged_biosquid.patch build_libhmmer.a_with-fPIC.patch fix_typo.patch