We give some simple outlines to install additional softwares required by ncPRO-seq, for more information, please refer to the main site of each software:
make
command at the shell prompt to compile the program. In both ways, users should either add the directory where Bowtie binaries are located to your PATH
variable, or copy/move Bowtie binaries to a directory (e.g. /usr/local/bin) in your PATH
variable.
BOWTIE_INDEXES
> ./configure > make > su > make installFor Mac OS X, use
> ./configure --with-blas='-framework vecLib' --with-lapack --with-aqua --enable-R-framework > make > su > make install
R
in your shell prompt, and press enter
> source("http://bioconductor.org/biocLite.R") > biocLite()
> source("http://bioconductor.org/biocLite.R") > biocLite("girafe") > biocLite("seqLogo")
> install.packages("RColorBrewer")
PATH
variable
> tar -zxvf BEDTools.<version>.tar.gz > cd BEDTools<version> > make clean > make all > su > cp bin/* /usr/local/bin
PATH
variable if you have already installed BEDTools.
> tar -zxvf BEDTools_MapCount_ColorTag.tar.gz > cd BEDTools_MapCount_ColorTag > make all > su > cp bin/bamMapCount /usr/local/bin
PATH
variable:
> tar -xvjpf samtools-<version>.tar.bz2 > cd samtools-<version> > make > su > cp samtools /usr/local/bin > cp bcftools/bcftools /usr/local/bin
> su > port install ImageMagick
Chongjian Chen 2012-01-26