Changes
Page history
Update Ghana Installation software
authored
Dec 07, 2018
by
ndomassi.tando_ird.fr
Hide whitespace changes
Inline
Side-by-side
Ghana-Installation-software.md
View page @
cbab1faf
...
...
@@ -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
tar xjf samtools-1.9.tar.bz2
cd samtools-1.9
./configure --prefix=/usr/local/bioinfo/samtools-1.9
make
cd ..
cp -r samtools-1.9 /usr/local/bioinfo
make install
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
...
...
...
...