abyss-software
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
abyss-software [2014/06/10 21:47] – created 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.1 | + | * Version: |
* Added: August, 2013 | * Added: August, 2013 | ||
- | * Updated: | + | * Updated: |
+ | * 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: | ||
- | < | + | < |
- | tar zxf abyss-1.5.1.tar.gz | + | $ wget http://www.bcgsc.ca/ |
- | cd abyss-1.5.1 | + | $ tar xf abyss-2.1.4.tar.gz |
- | scl enable devtoolset-1.1 bash | + | $ cd abyss-2.1.4 |
- | mkdir /tmp/abyss-build | + | $ sudo yum install sparsehash-devel.x86_64 openmpi3-devel.x86_64 |
- | cd /tmp/abyss-build | + | $ export CPPFLAGS=' |
- | ~/src/abyss-1.5.1/configure --prefix=/ | + | $ export LIBS=' |
- | sudo mkdir -p / | + | $ ./configure --prefix=/ |
- | sudo chown aorth / | + | $ make -j4 |
- | sudo chown -R root:root / | + | $ sudo mkdir -p / |
+ | $ sudo chown aorth / | ||
+ | $ make install | ||
+ | $ sudo chown -R root:root / | ||
+ | $ sudo yum remove sparsehash-devel.x86_64 openmpi3-devel.x86_64</ | ||
+ | |||
+ | There is currently a [[https:// |
abyss-software.1402436842.txt.gz · Last modified: 2014/06/10 21:47 by aorth