chrchang / plink-ng

A comprehensive update to the PLINK association analysis toolset. Beta testing of the first new version (1.90), focused on speed and memory efficiency improvements, is finishing up. Development is now focused on building out support for multiallelic, phased, and dosage data in PLINK 2.0.
https://www.cog-genomics.org/plink/2.0/
414 stars 127 forks source link

Consider using different versions when new releases are made #94

Open Sabryr opened 5 years ago

Sabryr commented 5 years ago

I am assisting a user to use plink2 on our HPC cluster and your versioning course issues for us.

i.e. using the same version for different releases and distinguish them using a date in brackets.

Concerns this version http://s3.amazonaws.com/plink2-assets/plink2_linux_x86_64_20181028.zip) When using February version -bash-4.1$ plink2 --version PLINK v2.00a2LM 64-bit Intel (15 Feb 2018)

When using October version bash-4.1$ plink2 --version PLINK v2.00a2LM 64-bit Intel (28 Oct 2018)

chrchang commented 5 years ago

I was planning to start using real version numbers at the beginning of beta testing. (About 85% of the way there; still need merge and multiallelic-dosage functions before the program skeleton is complete.)

Sabryr commented 5 years ago

Thank you for the update.