amos
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
amos [2010/01/26 15:17] – created 172.26.0.166 | amos [2012/03/22 08:39] (current) – ikahugu | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | 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" | + | ==== AMOS ==== |
+ | |||
+ | 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, |
- | ./configure --prefix=/usr/local | + | < |
- | 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: | ||
- | make | + | < |
followed by | followed by | ||
- | make install | + | < |
+ | |||
+ | http:// | ||
+ | |||
+ | http:// | ||
+ | |||
+ | AMOS is installed on HPC. |
amos.1264519032.txt.gz · Last modified: 2010/05/22 14:19 (external edit)