This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
archive:bioinformatic_tools:qsra [2010/04/09 13:40] cbrumbau Added citation |
archive:bioinformatic_tools:qsra [2015/07/28 06:27] (current) ceisenhart ↷ Page moved from bioinformatic_tools:qsra to archive:bioinformatic_tools:qsra |
||
---|---|---|---|
Line 5: | Line 5: | ||
QSRA, as the name implies, is a quality value guided //de novo// short read DNA assembler. It builds upon the VCAKE algorithm and assembles faster than VCAKE.[(cite:qrsa)] | QSRA, as the name implies, is a quality value guided //de novo// short read DNA assembler. It builds upon the VCAKE algorithm and assembles faster than VCAKE.[(cite:qrsa)] | ||
+ | |||
+ | ==== Installing ==== | ||
+ | Get the source files and compile QSRA: | ||
+ | |||
+ | <code> | ||
+ | cd /campusdata/BME235/programs | ||
+ | wget http://qsra.cgrb.oregonstate.edu/files/QSRA.tar.gz | ||
+ | tar xfz QSRA.tar.gz | ||
+ | mv QSRA.tar.gz QSRA/ | ||
+ | cd QSRA | ||
+ | make | ||
+ | </code> | ||
+ | |||
+ | Copy the compiled binary to the /campusdata/BME235/bin directory: | ||
+ | |||
+ | <code> | ||
+ | cp qsra /campusdata/BME235/bin/ | ||
+ | </code> | ||
==== Website ==== | ==== Website ==== |