Skip to content
/ plink-ng Public
forked from 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.

Notifications You must be signed in to change notification settings

anb94/plink-ng

This branch is 3 commits ahead of, 556 commits behind chrchang/plink-ng:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

anbanb
anb
and
anb
Apr 19, 2021
24b2944 · Apr 19, 2021
Apr 19, 2021
Apr 17, 2021
Feb 17, 2021
Sep 29, 2019
Apr 19, 2021

Repository files navigation

Modified dose2plink

This repo has been forked from https://github.com/chrchang/plink-ng.

Modifications have been made to plink-ng/1.9/dose2plink.c in order to be able to compile with system zlib.

In order to compile plink-ng/1.9/dose2plink.c make sure gcc and zlib is installed on your machine such as:

  sudo apt-get install zlib1g-dev
  sudo apt install build-essential

in ubuntu.

To compile you can do the following:

  cd plink-ng/1.9/
  gcc dose2plink.c -lz -o /path/to/file/dose2plink

You can then add dose2plink to your path by adding it to your environment, such as:

  export PATH=$PATH:/path/to/file/dose2plink

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 55.9%
  • C++ 42.4%
  • Python 0.8%
  • Objective-C 0.4%
  • TeX 0.2%
  • Makefile 0.1%
  • Other 0.2%