abyss-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| abyss-software [2014/08/28 10:11] – aorth | abyss-software [2019/07/10 14:25] (current) – aorth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Abyss ====== | ====== Abyss ====== | ||
| - | Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler | + | Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler. |
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 1.5.2 | + | * Version: |
| * Added: August, 2013 | * Added: August, 2013 | ||
| - | * Updated: | + | * Updated: |
| - | * K-mer size: 64 (default at compile time) | + | * K-mer size: 128 (default at compile time) |
| * Link: http:// | * Link: http:// | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | === See versions of abyss which are available | + | See versions of abyss which are available: |
| - | < | + | < |
| + | |||
| + | Load one version into your environment and run it: | ||
| + | < | ||
| + | $ abyss-pe help</ | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | wget https://github.com/bcgsc/ | + | $ wget http://www.bcgsc.ca/ |
| - | tar xf abyss-1.5.2.tar.gz | + | $ tar xf abyss-2.1.4.tar.gz |
| - | cd abyss-1.5.2 | + | $ cd abyss-2.1.4 |
| - | scl enable devtoolset-1.1 bash | + | $ sudo yum install sparsehash-devel.x86_64 openmpi3-devel.x86_64 |
| - | mkdir /tmp/abyss-build | + | $ export CPPFLAGS=' |
| - | cd /tmp/abyss-build | + | $ export |
| - | LIBS="-lpthread" | + | $ ./configure |
| - | make -j4 | + | $ make -j4 |
| - | sudo mkdir -p / | + | $ sudo mkdir -p / |
| - | sudo chown aorth / | + | $ sudo chown aorth / |
| - | make install | + | $ make install |
| - | sudo chown -R root:root / | + | $ sudo chown -R root:root / |
| + | $ sudo yum remove sparsehash-devel.x86_64 openmpi3-devel.x86_64</ | ||
| - | **Note:** Seems to have a problem compiling with GCC 4.7.2 when you don't specify | + | There is currently a [[https://github.com/ |
abyss-software.1409220716.txt.gz · Last modified: by aorth
