Update Ghana Installation software authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
......@@ -27,20 +27,29 @@ For other available options use:
art -help
# Artemis :
# bam-readcount :
The purpose of this program is to generate metrics at single nucleotide positions.
There are number of metrics generated which can be useful for filtering out false positive calls.
Artemis is a free genome browser and annotation tool that allows visualisation of sequence features, next generation data and the results of analyses within the context of the sequence, and also its six-frame translation.
URL : http://sanger-pathogens.github.io/Artemis/Artemis/
### Installation :
wget ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/artemis.tar.gz
tar xfvz artemis.tar.gz -C /usr/local/bioinfo/
chmod -R +x /usr/local/bioinfo/artemis
yum groupinstall "Development tools"
yum install zlib-devel ncurses-devel cmake patch
Add /usr/local/bioinfo/artemis to the path :
echo -e « EXPORT PATH=/usr/local/artemis/:$PATH » >>/etc/profile
source /etc/profile
#### Clone the bam-readcount repository
git clone https://github.com/genome/bam-readcount.git
#### Compile bam-readcount
bam-readcount does not support in source builds. Create a new build directory, enter it, and run:
cmake /path/to/bam-readcount/repo
cd /path/to/bam-readcount/repo
make
### Usage :
......
......