-
Notifications
You must be signed in to change notification settings - Fork 12
FAQ & Howtos
rioualen edited this page Apr 7, 2016
·
6 revisions
Check out these Q & A sites:
For questions related to computing problems:
I've struggled with this one so I'll leave a few notes here:
- Download page can be found here, better chose version
1.11
. - SPP requires the Bioconductor library Rsamtools to be installed beforehand.
- Unix packages
gcc
andlibboost
(or equivalents) must be installed. - You can find a few more notes here.
- Good luck!
Here's the procedure I use on Ubuntu 14.04, in this very order:
In unix shell:
# unix libraries
apt-get update
apt-get -y install r-base
apt-get -y install libboost-dev zlibc zlib1g-dev
In R shell:
# Rsamtools
source("http://bioconductor.org/biocLite.R")
biocLite("Rsamtools")
In unix shell:
# spp
wget http://compbio.med.harvard.edu/Supplements/ChIP-seq/spp_1.11.tar.gz
sudo R CMD INSTALL spp_1.11.tar.gz