Update Ghana Installation software authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
...@@ -400,16 +400,17 @@ URL: https://github.com/samtools/samtools ...@@ -400,16 +400,17 @@ URL: https://github.com/samtools/samtools
wget https://github.com/samtools/samtools/releases/download/1.9/samtools-1.9.tar.bz2 wget https://github.com/samtools/samtools/releases/download/1.9/samtools-1.9.tar.bz2
tar xjf samtools-1.9.tar.bz2 tar xjf samtools-1.9.tar.bz2
cd samtools-1.9 cd samtools-1.9
./configure --prefix=/usr/local/bioinfo/samtools-1.9
make make
cd .. make install
cp -r samtools-1.9 /usr/local/bioinfo
chmod -R 777 /usr/local/bioinfo/samtools-1.9 chmod -R 777 /usr/local/bioinfo/samtools-1.9
Add /usr/local/bioinfo/samtools-1.9 to the path : Add /usr/local/bioinfo/samtools-1.9/bin to the path :
echo 'export PATH=/usr/local/bioinfo/samtools-1.9:$PATH' >>/etc/profile echo 'export PATH=/usr/local/bioinfo/samtools-1.9/bin:$PATH' >>/etc/profile
source /etc/profile source /etc/profile
... ...
......