Changes
Page history
Update Ghana Installation software
authored
Dec 07, 2018
by
ndomassi.tando_ird.fr
Show whitespace changes
Inline
Side-by-side
Ghana-Installation-software.md
View page @
40d37efb
...
@@ -583,3 +583,31 @@ Add this variable to the path :
...
@@ -583,3 +583,31 @@ Add this variable to the path :
### Usage:
### Usage:
RepeatScout + arguments
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