Skip to content
Commits on Source (3)
plink1.9 (1.90~b5.4-180410-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version: 4.1.4 (no changes needed).
* Update VCS to salsa.
-- Dylan Aïssi <bob.dybian@gmail.com> Sun, 22 Apr 2018 00:50:14 +0200
plink1.9 (1.90~b5.3-180221-1) unstable; urgency=medium
* New upstream release.
......
......@@ -8,9 +8,9 @@ Build-Depends: debhelper (>= 11~),
libatlas-base-dev,
liblapack-dev,
zlib1g-dev
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/plink1.9.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/plink1.9.git
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/plink1-9
Vcs-Git: https://salsa.debian.org/med-team/plink1-9.git
Homepage: https://www.cog-genomics.org/plink/1.9/
Package: plink1.9
......
# Copy/Paste from https://www.cog-genomics.org/plink/1.9/
21 Feb 2018: "--indiv-sort file" no longer scrambles the phenotypes when used with --{b}merge or --merge-list.
10 Apr 2018: --zero-cluster command-line parsing bugfix. --mendel-multigen bugfix.
21 Feb: "--indiv-sort file" no longer scrambles the phenotypes when used with --{b}merge or --merge-list.
9 Jan 2018: --all-pheno no longer gets into an infinite loop when one phenotype is all-missing.
......