Skip to content

Commit f503852

Browse files
author
Snaedis Kristmundsdottir
committed
Merge branch 'master' of lsource2.decode.is:stat/popSTR
2 parents 787dadb + 106419c commit f503852

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PopSTR - A Population based microsatellite genotyper
22

3+
Pre-step: Install dependencies (if not present) `deps.sh`
4+
35
## Downloading release with static binary
46

57
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 @@
2022

2123
4.Run install script `install.sh`
2224

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`
2428
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.
2529

2630
## Running popSTR

0 commit comments

Comments
 (0)