Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.42 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.42 KB

Create an up to date OpenSNP community cohort from genome-wide genotyping data available on the OpenSNP platform

Dependency

The tools rely on a couple of dependencies. The versions mentioned were the one used on the last successful run

Dependencies in ./bin:

Dependencies in ./ref are:

Set the dependencies correctly:

  • Either, make a link on each of the tools in the ./bin directories;
  • Or edit the script to specify the location of the tool

Set the number of cores to use

  • Edit the script to set the number of cores available by changing the value of variable nb_proc (default is 4)