Update Ghana Installation software authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
...@@ -327,6 +327,34 @@ Add /usr/local/bioinfo/GeneMark-ES-4.38 to the path : ...@@ -327,6 +327,34 @@ Add /usr/local/bioinfo/GeneMark-ES-4.38 to the path :
Choose a tool in /usr/local/bioinfo/GeneMark-ES-4.38/gmes_petap Choose a tool in /usr/local/bioinfo/GeneMark-ES-4.38/gmes_petap
tool + arguments tool + arguments
# htslib:
C library for high-throughput sequencing data formats
URL: https://github.com/samtools/htslib
### Installation:
git clone https://github.com/samtools/htslib.git
cd htslib
autoheader
autoconf
./configure --prefix=/usr/local/bioinfo/htslib-1.9
make
make install
Add /usr/local/bioinfo/htslib-1.9 to the path :
echo 'export PATH=/usr/local/bioinfo/htslib-1.9:$PATH' >>/etc/profile
source /etc/profile
# Samtools: # Samtools:
Tools (written in C using htslib) for manipulating next-generation sequencing data Tools (written in C using htslib) for manipulating next-generation sequencing data
... ...
......