amos
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| amos [2010/01/27 08:22] – 172.26.0.166 | amos [2012/03/22 08:39] (current) – ikahugu | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== AMOS ==== | ==== AMOS ==== | ||
| - | The AMOS source package has a name like: amos-1.4.5.tar.gz where 1.4.5 is the version of the code. Once you untar this file (using "tar -xzf amos-1.4.5.tar.gz" | + | The AMOS source package has a name like: amos-3.1.0.tar.gz where 3.1.0 is the version of the code. Once you untar this file (using "tar -xzf amos-3.1.0.tar.gz" |
| AMOS uses the GNU autoconf package to reduce cross-platform compatibility issues. Before compiling the code you will need to run the configure script that will probe your system for the locations of all software packages required by AMOS. | AMOS uses the GNU autoconf package to reduce cross-platform compatibility issues. Before compiling the code you will need to run the configure script that will probe your system for the locations of all software packages required by AMOS. | ||
| By simply running: | By simply running: | ||
| < | < | ||
| - | you will prepare | + | You may get warnings from nucmer, delta-filter, |
| - | < | + | < |
| - | will ultimately lead the AMOS directory hierarchy to be installed underneath | + | -- AMOS Assembler 3.1.0 Configuration Results -- |
| + | C compiler: | ||
| + | C++ compiler: | ||
| + | GCC version: | ||
| + | Host System type: x86_64-unknown-linux-gnu | ||
| + | Install prefix: | ||
| + | Install eprefix: | ||
| + | |||
| + | See config.h for further configuration information. | ||
| + | Email < | ||
| + | |||
| + | WARNING! nucmer was not found but is required to run AMOScmp and minimus2 | ||
| + | | ||
| + | WARNING! delta-filter was not found but is required to run AMOScmp-shortReads-alignmentTrimmed | ||
| + | | ||
| + | WARNING! show-coords was not found but is required to run minimus2 | ||
| + | | ||
| + | WARNING! Qt4 toolkit malfunctioning but is required to run AMOS GUIs | ||
| + | try compiling GUIs manually or reinstall Qt4 toolkit to build GUIs | ||
| + | see config.log for more information on what went wrong | ||
| + | |||
| + | |||
| + | </ | ||
| + | nucmer, delta-filter, show-coords are found in MUMmer which is already installed in HPC | ||
| + | Load it by running | ||
| + | |||
| + | < | ||
| + | |||
| + | |||
| + | |||
| + | For Qt4, append location of Qt4 in the configure script | ||
| + | |||
| + | < | ||
| + | |||
| After running configure, make sure you check the messages left on your screen to make sure no errors occured. Errors during the configure step can lead to an incomplete build. | After running configure, make sure you check the messages left on your screen to make sure no errors occured. Errors during the configure step can lead to an incomplete build. | ||
| To compile the code you need to simply run: | To compile the code you need to simply run: | ||
amos.1264580561.txt.gz · Last modified: (external edit)
