Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.84 KB

prerequisites.md

File metadata and controls

61 lines (47 loc) · 1.84 KB

Prerequisites

Build sofwares

sudo apt-get install build-essential

Build Python modules

sudo apt-get install python-dev

Perl (>= v5.18.1)

sudo apt-get install perl

These modules can be installed through CPAN

sudo apt-get install cpan
cpan
nolock_cpan[1]> install Module::Name

R (v3.2.x)

sudo apt-get install r-base r-base-dev

These packages can be installed in R:

install.packages(https://cran.r-project.org/src/contrib/package_1.1.tar.gz, repos=NULL, type="source")

WebLogo3 (>= v3.3)

sudo pip install weblogo

Annovar (2016Feb01)

The latest release can be downloaded at http://www.openbioinformatics.org/annovar/annovar_download_form.php after free registration.