Update Ghana Installation software authored by ndomassi.tando_ird.fr's avatar ndomassi.tando_ird.fr
......@@ -582,4 +582,32 @@ Add this variable to the path :
### Usage:
RepeatScout + arguments
\ No newline at end of file
RepeatScout + arguments
# Jellyfish2:
Description: Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA.
URL: https://github.com/zippav/Jellyfish-2
### Installation:
wget https://github.com/zippav/Jellyfish-2/archive/v2.2.3.tar.gz
tar xvfz Jellyfish-2.2.2.3.tar.gz
cd Jellyfish-2-2.2.3
./configure --prefix=/usr/local/bioinfo/jellyfish-2.2.3
make
make install
Add this variable to the path :
echo 'export PATH=/usr/local/bioinfo/jellyfish-2.2.3/bin:$PATH' >>/etc/profile
source /etc/profile
### Usage:
jellyfish + arguments
\ No newline at end of file