[med-svn] [Git][med-team/plink1-9][upstream] New upstream version 1.90~b6.4-180807

Dylan Aïssi gitlab at salsa.debian.org
Wed Aug 22 17:32:50 BST 2018


Dylan Aïssi pushed to branch upstream at Debian Med / plink1.9


Commits:
521762b6 by Dylan Aïssi at 2018-08-22T16:11:36Z
New upstream version 1.90~b6.4-180807
- - - - -


2 changed files:

- plink.c
- plink_assoc.c


Changes:

=====================================
plink.c
=====================================
--- a/plink.c
+++ b/plink.c
@@ -93,7 +93,7 @@
 
 static const char ver_str[] =
 #ifdef STABLE_BUILD
-  "PLINK v1.90b6.3"
+  "PLINK v1.90b6.4"
 #else
   "PLINK v1.90p"
 #endif
@@ -105,10 +105,10 @@ static const char ver_str[] =
 #else
   " 32-bit"
 #endif
-  " (17 Jul 2018)";
+  " (7 Aug 2018)";
 static const char ver_str2[] =
   // include leading space if day < 10, so character length stays the same
-  ""
+  " "
 #ifdef STABLE_BUILD
   " " // (don't want this when version number has two trailing digits)
 #else


=====================================
plink_assoc.c
=====================================
--- a/plink_assoc.c
+++ b/plink_assoc.c
@@ -5918,6 +5918,8 @@ int32_t model_assoc_set_test(pthread_t* threads, FILE* bedfile, uintptr_t bed_of
 	}
 	goto model_assoc_set_test_perms_done;
       }
+      // bugfix (7 Aug 2018): forgot to update marker_unstopped_ct
+      marker_unstopped_ct = popcount_longs(unstopped_markers, (marker_ct + BITCT - 1) / BITCT);
     }
     printf("\r%u permutation%s complete.", perms_done, (perms_done != 1)? "s" : "");
     fflush(stdout);



View it on GitLab: https://salsa.debian.org/med-team/plink1-9/commit/521762b6496a66f06cfecb78475f287f13fe7577

-- 
View it on GitLab: https://salsa.debian.org/med-team/plink1-9/commit/521762b6496a66f06cfecb78475f287f13fe7577
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/20180822/220c6dd6/attachment-0001.html>


More information about the debian-med-commit mailing list