-
Notifications
You must be signed in to change notification settings - Fork 12
Installation
Arun Durvasula edited this page Aug 9, 2015
·
2 revisions
In order to install angsd-wrapper fully, you need to follow a few steps:
First, you need to make the ANGSD executable and the associated programs:
$ git clone https://github.com/arundurvasula/angsd-wrapper.git$ cd angsd-wrapper/angsd$ make$ cd ../ngsPopGen$ make$ cd ../ngsF$ make
Then you need to install the requisite R packages for using the R graphing application:
$ R> install.packages("shiny")> install.packages("ape")> install.packages("Hmisc")> install.packages("lattice")> source("http://bioconductor.org/biocLite.R")> biocLite("genomeIntervals")> install.packages("data.table")