User Tools

Site Tools


velvet-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
velvet-software [2014/05/27 09:59] – [Usage] aorthvelvet-software [2017/09/25 12:26] – [Usage] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Added: November 15, 2012 +  * Version: 1.2.10-kmer111 
-  * Updated: May 272014+  * MAXKMERLENGTH: 111 
 +  * Added: November, 2012 
 +  * Updated: September2017
   * Link: https://www.ebi.ac.uk/~zerbino/velvet/   * Link: https://www.ebi.ac.uk/~zerbino/velvet/
  
 ===== Usage ===== ===== Usage =====
-See versions of velvet: + 
-<code>module avail velvet</code>+See versions of velvet which are available
 +<code>module avail velvet</code> 
 + 
 +=== Memory Estimating === 
 + 
 +The following tool may be helpful in estimating memory requirements for your velvet run: 
 +  * http://denovoutils.appspot.com/velvetmem 
 + 
 +Make sure you substitute in the correct value for "k" based on the ''MAXKMERLENGTH'' used in your Velvet build (see information above). 
 + 
 +=== Extra information === 
 +  * https://wiki.hpcc.msu.edu/display/Bioinfo/Velvet+and+Oases 
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code></code>+<code>$ cd /tmp 
 +$ wget wget https://www.ebi.ac.uk/~zerbino/velvet/velvet_1.2.10.tgz 
 +$ tar xf velvet_1.2.10.tgz 
 +$ cd velvet_1.2.10 
 +$ scl enable devtoolset-4 bash 
 +$ sed -i 's/MAXKMERLENGTH=[0-9].*$/MAXKMERLENGTH=111/' Makefile 
 +$ make OPENMP=1 
 +$ make cleanobj 
 +$ sudo cp -r . /export/apps/velvet/1.2.10-kmer111</code>
velvet-software.txt · Last modified: 2017/09/25 12:27 by aorth