NgsCctsBuildVelvet

From Cheaha
Revision as of 21:03, 9 October 2012 by Curtish@uab.edu (talk | contribs) (Created page with " TARGET_VER=velvet_1.2.08 wget http://www.ebi.ac.uk/~zerbino/velvet/${TARGET_VER}.tgz tar xzvf ${TARGET_VER}.tgz rm ${TARGET_VER}.tgz cd ${TARGET_VER} Edit Makefile to c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Attention: Research Computing Documentation has Moved
https://docs.rc.uab.edu/


Please use the new documentation url https://docs.rc.uab.edu/ for all Research Computing documentation needs.


As a result of this move, we have deprecated use of this wiki for documentation. We are providing read-only access to the content to facilitate migration of bookmarks and to serve as an historical record. All content updates should be made at the new documentation site. The original wiki will not receive further updates.

Thank you,

The Research Computing Team

TARGET_VER=velvet_1.2.08
wget http://www.ebi.ac.uk/~zerbino/velvet/${TARGET_VER}.tgz
tar xzvf ${TARGET_VER}.tgz
rm ${TARGET_VER}.tgz
cd ${TARGET_VER}

Edit Makefile to change max k mer available

vi Makefile
/MAXKMER
$bcw57
LONGSEQUENCES=true
:wq

Build

make

done