====== A Modular, Open-Source (AMOS) assembler ====== The University of Maryland along with several other contributors have set out to develop an open source genome assembler. The assembler is designed to accept modular additions. The assembler comes with a suite of applications for a variety of utilities as well. ====== Overview ====== Here is a link to the [[http://sourceforge.net/apps/mediawiki/amos/index.php?title=AMOS|Source Forge Project for AMOS]] Provides two assemblers : \\ AMOScmp - a comparative assembler.\\ Minimus - a basic assembler for small datasets.\\ ===== Installation ===== The latest version of AMOS - amos-2.0.8 is downloaded from the[[http://sourceforge.net/projects/amos/files/ | AMOS Source Forge Project link]]. This version of AMOS is installed in campusrocks cluster at "/campusdata/BME235/programs/AMOS/".\\ ==== Instructions ==== The instructions to install AMOS are available at [[http://sourceforge.net/apps/mediawiki/amos/index.php?title=AMOS_Getting_Started | installing AMOS section]].\\ Under "/campusdata/BME235/programs/AMOS/" the steps followed for installation are : * tar -xvzf amos-2.0.8.tar.gz * amos-2.0.8 directory is created automatically. * cd amos-2.0.8 * ./configure * make * make install