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 [2014/05/27 10:02] – [Installation] aorthvelvet-software [2025/05/06 08:52] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Added: November 15, 2012 +  * Version: 1.2.10 
-  * Updated: May 272014 +  * Added: November, 2012 
-  * Link: https://www.ebi.ac.uk/~zerbino/velvet/+  * Updated: May, 2025 
 +  * Link: https://github.com/dzerbino/velvet
  
 ===== Usage ===== ===== Usage =====
-See versions of velvet which are available: + 
-<code>module avail velvet</code>+See versions which are available: 
 +<code>module avail velvet</code> 
 + 
 +Load one version into your environment and run it: 
 +<code>$ module load velvet/1.2.10 
 +$ velvetg</code> 
 + 
 +=== 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>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.1401184964.txt.gz · Last modified: 2014/05/27 10:02 by aorth