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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# PopSTR - A Population based microsatellite genotyper
2
2
3
+
Pre-step: Install dependencies (if not present) `deps.sh`
4
+
3
5
## Downloading release with static binary
4
6
5
7
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
@@ -20,7 +22,9 @@
20
22
21
23
4.Run install script `install.sh`
22
24
23
-
5.[Optional] To make sure installation succeeded, execute runSmall.sh with a bamList(described below) and path to reference: `runSmall.sh bamList reference`
25
+
5.Run setup script: `setUp.sh`
26
+
27
+
6.[Optional] To make sure installation succeeded, execute runSmall.sh with a bamList(described below) and path to reference: `runSmall.sh bamList reference`
24
28
This will genotype the samples in `bamList` over a set of markers from chr21 and write the results to `./vcfs/chr21_small_0.vcf`. Two other files `pnSlippage` and `markerSlippageChr21_0` are also generated. `pnSlippage` contains slippage rates for all samples in `bamList` and `markerSlippageChr21_0` contains slippage and stutter rates for the genotyped markers.
0 commit comments