jellyfish-software
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| jellyfish-software [2015/03/27 09:19] – created joguya | jellyfish-software [2020/10/28 09:20] (current) – aorth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Jellyfish ====== | ====== Jellyfish ====== | ||
| - | Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA | + | Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA. |
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 2.2.0 | + | * Latest version: 2.3.0 |
| * Added: March, 2015 | * Added: March, 2015 | ||
| - | * Link: http://www.genome.umd.edu/jellyfish.html | + | |
| + | | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | + | See versions of jellyfish which are available: | |
| - | === See versions of jellyfish which are available | + | |
| < | < | ||
| - | === Load and run jellyfish === | + | Load one version of jellyfish into your environment |
| - | < | + | < |
| $ jellyfish</ | $ jellyfish</ | ||
| Line 20: | Line 20: | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | wget ftp://ftp.genome.umd.edu/pub/jellyfish/jellyfish-2.2.0.tar.gz | + | $ wget https://github.com/gmarcais/Jellyfish/releases/ |
| - | tar -xvf jellyfish-2.2.0.tar.gz | + | $ chmod +x jellyfish-linux |
| - | cd jellyfish-2.2.0 | + | $ sudo mkdir -p / |
| - | sudo mkdir -p / | + | $ sudo cp jellyfish-linux / |
| - | sudo chown joguya: | + | |
| - | scl enable devtoolset-2 bash | + | |
| - | ./configure CC=clang --prefix=/ | + | |
| - | make | + | |
| - | make install | + | |
| - | sudo chown root: | + | |
| - | </ | + | |
jellyfish-software.1427447974.txt.gz · Last modified: by joguya
