Skip to content

Commit

Permalink
added plink2 module for the rolling development version of plink2 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
gpertea committed Oct 16, 2024
1 parent f6954ec commit 67e8352
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions plink2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
plink2
18 changes: 18 additions & 0 deletions plink2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Installation

```bash
## go to https://www.cog-genomics.org/plink/2.0/ and download the latest
## Linux 64-bit Intel development version available there, update the path below:
wget https://s3.amazonaws.com/plink2-assets/plink2_linux_x86_64_20241014.zip
unzip plink2_linux_x86_64_20241014.zip
rm plink2_linux_x86_64_20230829.zip

## Ignore all downloaded/installed files
echo "plink2" > .gitignore

chmod 775 -R .

## Version control files
git add .gitignore
git add README.md
```

0 comments on commit 67e8352

Please sign in to comment.