-
Notifications
You must be signed in to change notification settings - Fork 42
Compile Source Codes on Ubuntu 16.04
zhanxw edited this page Sep 15, 2017
·
2 revisions
Compile on Ubuntu 16.04 LTS Xenial Xerus
(Edited on September 15, 2017)
Enter the following commands to install prerequisite software and libraries:
sudo apt-get update && \
sudo apt-get install -y \
wget \
build-essential \
gfortran \
make \
git \
zlib1g-dev && \
sudo apt-get clean
Then obtain RVTESTS source codes and compile:
git clone https://github.com/zhanxw/rvtests
cd rvtests
make
After compilation, the executable file can be found under rvtests/executable
.
You can start with:
rvtests/executable --help
Please consider citing our work:
Xiaowei Zhan, Youna Hu, Bingshan Li, Goncalo R. Abecasis, and Dajiang J. Liu
RVTESTS: An Efficient and Comprehensive Tool for Rare Variant Association Analysis Using Sequence Data
Bioinformatics 2016 32: 1423-1426. doi:10.1093/bioinformatics/btw079 (PDF)