**This is an old revision of the document!** ----
[[http://sourceforge.net/apps/mediawiki/mira-assembler/index.php?title=Main_Page||External Page]] - Contains Description and download links. MIRA works with Sanger, 454 and Illumina data. It is 12 years in the making and still being actively developed. ====Installation==== To install I needed to first download and install GNU Flex 2.5.35 and Expat libraries. Both were downloaded from sourceforge.net and installed with ./configure --prefix=/campusdata/BME235/ make make install Once the prerequisites were installed, installation was successful with with ./configure --prefix=/campusdata/BME235 --with-boost=/campusdata/BME235 --with-boost-libdir=/campusdata/BME235/lib --with-expat=/campusdata/BME235 make make install