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 [2017/09/25 12:25] – [Information] aorthvelvet-software [2017/09/25 12:26] – [Usage] aorth
Line 12: Line 12:
 ===== Usage ===== ===== Usage =====
  
-=== See versions of velvet which are available === +See versions of velvet which are available: 
-<code>module avail velvet</code>+<code>module avail velvet</code>
  
 === Memory Estimating === === Memory Estimating ===
Line 20: Line 20:
   * http://denovoutils.appspot.com/velvetmem   * http://denovoutils.appspot.com/velvetmem
  
-Make sure you substitute in the correct value for "k" based on the MAXKMERLENGTH used in your Velvet build.+Make sure you substitute in the correct value for "k" based on the ''MAXKMERLENGTH'' used in your Velvet build (see information above).
  
 === Extra information === === Extra information ===
Line 28: Line 28:
 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>$ cd /tmp 
-tar xf velvet_1.2.10.tgz +$ wget wget https://www.ebi.ac.uk/~zerbino/velvet/velvet_1.2.10.tgz 
-cd velvet_1.2.10 +tar xf velvet_1.2.10.tgz 
-scl enable devtoolset-1.1 bash +cd velvet_1.2.10 
-sed 's/MAXKMERLENGTH=[0-9].*$/MAXKMERLENGTH=64/' Makefile > Makefile.kmer64 +scl enable devtoolset-bash 
-make -f Makefile.kmer64 +sed -i 's/MAXKMERLENGTH=[0-9].*$/MAXKMERLENGTH=111/' Makefile 
-make -f Makefile.kmer64 cleanobj +make OPENMP=1 
-sudo cp -r . /export/apps/velvet/1.2.10-kmer64</code>+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