You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
# PopSTR - A Population based microsatellite genotyper
2
2
3
-
## Downloading and Installing popSTR
3
+
## Downloading release with static binary
4
+
5
+
1.Download static binary https://github.com/DecodeGenetics/popSTR/releases/download/2.0/popSTR and zip of source code https://github.com/DecodeGenetics/popSTR/archive/2.0.zip
6
+
7
+
2.Unzip source code: `unzip popSTR-2.0`
8
+
9
+
3.Move static binary to source code directory: `mv popSTR popSTR-2.0`
10
+
11
+
4.Run setup script: `setUp.sh`
12
+
13
+
## Downloading, compiling and installing popSTR from source code
4
14
5
15
1.Download zip of source code: https://github.com/DecodeGenetics/popSTR/archive/master.zip
0 commit comments