Update Ghana Installation software authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
...@@ -62,3 +62,25 @@ Add /usr/local/bam-readcount/build/bin to the path : ...@@ -62,3 +62,25 @@ Add /usr/local/bam-readcount/build/bin to the path :
Help is currently available on the commandline if you do not supply the program Help is currently available on the commandline if you do not supply the program
any arguments. any arguments.
# Censor:
CENSOR is a software tool which screens query sequences against a reference collection of repeats and "censors" (masks) homologous portions with masking symbols, as well as generating a report classifying all found repeats.
URL: http://www.girinst.org/censor/
### Installation:
tar xvfz censor-4.x.x.tar.gz
cd censor-4.x.x
./configure prefix=/usr/local/censor-4.x.x
make
make install
Add /usr/local/censor-4.x.X to the path :
echo 'export PATH=/usr/local/censor-4.x.x:$PATH' >>/etc/profile
source /etc/profile