[med-svn] [Git][med-team/hmmer2][master] Fix typo

Andreas Tille gitlab at salsa.debian.org
Fri Jan 11 15:50:13 GMT 2019


Andreas Tille pushed to branch master at Debian Med / hmmer2


Commits:
60ca6f1a by Andreas Tille at 2019-01-11T15:50:04Z
Fix typo

- - - - -


2 changed files:

- + debian/patches/fix_typo.patch
- debian/patches/series


Changes:

=====================================
debian/patches/fix_typo.patch
=====================================
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at 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,2 +1,3 @@
 use_debian_packaged_biosquid.patch
 build_libhmmer.a_with-fPIC.patch
+fix_typo.patch



View it on GitLab: https://salsa.debian.org/med-team/hmmer2/commit/60ca6f1a26e348b0d52949c46367ea159f54f080

-- 
View it on GitLab: https://salsa.debian.org/med-team/hmmer2/commit/60ca6f1a26e348b0d52949c46367ea159f54f080
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190111/880e7045/attachment.html>


More information about the debian-med-commit mailing list