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
velvet-software [2017/09/25 12:25] – [Information] aorthvelvet-software [2025/05/06 08:52] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 1.2.10-kmer111 +  * Version: 1.2.10
-  * MAXKMERLENGTH: 111+
   * Added: November, 2012   * Added: November, 2012
-  * Updated: September2017 +  * Updated: May2025 
-  * Link: https://www.ebi.ac.uk/~zerbino/velvet/+  * Link: https://github.com/dzerbino/velvet
  
 ===== Usage ===== ===== Usage =====
  
-=== See versions of velvet which are available === +See versions which are available: 
-<code>module avail velvet</code>+<code>module avail velvet</code>
  
-=== Memory Estimating === +Load one version into your environment and run it
- +<code>$ module load velvet/1.2.10 
-The following tool may be helpful in estimating memory requirements for your velvet run: +$ velvetg</code>
-  * http://denovoutils.appspot.com/velvetmem +
- +
-Make sure you substitute in the correct value for "k" based on the MAXKMERLENGTH used in your Velvet build.+
  
 === Extra information === === Extra information ===
Line 28: Line 24:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>wget https://www.ebi.ac.uk/~zerbino/velvet/velvet_1.2.10.tgz +<code>wget https://github.com/dzerbino/velvet/archive/refs/tags/v1.2.10.tar.gz 
-tar xf velvet_1.2.10.tgz +tar xf v1.2.10.tar.gz  
-cd velvet_1.2.10 +cd velvet-1.2.10 
-scl enable devtoolset-1.1 bash +$ make OPENMP=
-sed 's/MAXKMERLENGTH=[0-9].*$/MAXKMERLENGTH=64/' Makefile > Makefile.kmer64 +$ make cleanobj 
-make -f Makefile.kmer64 +sudo cp -r . /export/apps/velvet/1.2.10</code>
-make -f Makefile.kmer64 cleanobj +
-sudo cp -r . /export/apps/velvet/1.2.10-kmer64</code>+
velvet-software.1506342331.txt.gz · Last modified: 2017/09/25 12:25 by aorth