User Tools

Site Tools


mummer-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
mummer-software [2017/09/16 14:55] – created aorthmummer-software [2019/07/09 14:01] aorth
Line 1: Line 1:
 ====== MUMmer ====== ====== MUMmer ======
-MUMmer is a versatil alignment tool for DNA and protein sequences.+MUMmer is a versatile alignment tool for DNA and protein sequences.
  
 ===== Information ===== ===== Information =====
  
-  * Latest version: 3.23+  * Latest version: 4.0.0beta2
   * Added: October, 2010   * Added: October, 2010
-  * Updated: September2017 +  * Updated: July2019 
-  * Link: http://mummer.sourceforge.net/+  * Link: https://github.com/mummer4/mummer
  
 ===== Usage ===== ===== Usage =====
  
-See versions of MUMmer which are available:+See versions which are available:
 <code>$ module avail MUMmer</code> <code>$ module avail MUMmer</code>
  
-Load one version into your environment: +Load one version into your environment and run it
-<code>$ module load MUMmer/3.23</code>+<code>$ module load MUMmer/4.0.0beta2 
 +$ mummer</code>
  
 ===== Installation ====== ===== Installation ======
Line 21: Line 22:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget 'https://downloads.sourceforge.net/project/mummer/mummer/3.23/MUMmer3.23.tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fmummer%2F&ts=1505571212&use_mirror=netix' -O MUMmer3.23.tar.gz +$ wget https://github.com/mummer4/mummer/releases/download/v4.0.0beta2/mummer-4.0.0beta2.tar.gz 
-$ tar xf MUMmer3.23.tar.gz +$ tar xf mummer-4.0.0beta2.tar.gz 
-$ cd MUMmer3.23 +$ cd mummer-4.0.0beta2 
-$ scl enable devtoolset-4 bash +./configure --prefix=/export/apps/MUMmer/4.0.0beta2 
-make CPPFLAGS="-O3 -DSIXTYFOURBITS" +$ make 
-$ sudo mkdir /export/apps/MUMmer/3.23 +$ sudo install -d -o aorth /export/apps/MUMmer/4.0.0beta2 
-$ sudo cp -r * /export/apps/MUMmer/3.23 +$ make install 
-$ sudo chown -R root:root /export/apps/MUMmer/3.23</code>+$ sudo chown -R root:root /export/apps/MUMmer/4.0.0beta2</code>
mummer-software.txt · Last modified: 2020/11/11 11:26 by aorth