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: ...@@ -27,20 +27,29 @@ For other available options use:
art -help 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 : ### Installation :
wget ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/artemis.tar.gz yum groupinstall "Development tools"
tar xfvz artemis.tar.gz -C /usr/local/bioinfo/ yum install zlib-devel ncurses-devel cmake patch
chmod -R +x /usr/local/bioinfo/artemis
Add /usr/local/bioinfo/artemis to the path :
echo -e « EXPORT PATH=/usr/local/artemis/:$PATH » >>/etc/profile #### Clone the bam-readcount repository
source /etc/profile
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 : ### Usage :
... ...
......