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 <[email protected]> +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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
