User Tools

Site Tools


megahit-software

Differences

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

Link to this comparison view

Next revision
Previous revision
megahit-software [2017/07/06 14:34] – created aorthmegahit-software [2022/02/22 13:23] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: git-02102e1b+  * Version: 1.2.9
   * Added: July, 2017   * Added: July, 2017
 +  * Updated: February, 2022
   * Link: https://github.com/voutcn/megahit   * Link: https://github.com/voutcn/megahit
  
Line 13: Line 14:
 <code>$ module avail megahit</code> <code>$ module avail megahit</code>
  
-After loading the module, consult the built-in help+Load one version into your environment and run it
-<code>$ megahit -h</code>+<code>$ module load megahit/1.2.9 
 +$ megahit -h</code>
  
 ===== Installation ====== ===== Installation ======
Line 20: Line 22:
  
 <code>$ cd /tmp <code>$ cd /tmp
-git clone https://github.com/voutcn/megahit.git +wget https://github.com/voutcn/megahit/releases/download/v1.2.9/MEGAHIT-1.2.9-Linux-x86_64-static.tar.gz 
-cd megahit +tar xf MEGAHIT-1.2.9-Linux-x86_64-static.tar.gz 
-$ scl enable devtoolset-4 bash +$ sudo mkdir -p /export/apps/megahit/1.2.9/bin 
-$ make +$ sudo cp -r MEGAHIT-1.2.9-Linux-x86_64-static/bin/megahit/export/apps/megahit/1.2.9/bin</code>
-$ sudo mkdir -p /export/apps/megahit/git-02102e1b/bin +
-$ sudo cp megahit megahit_asm_core megahit_sdbg_build megahit_toolkit /export/apps/megahit/git-02102e1b/bin</code>+
megahit-software.1499351650.txt.gz · Last modified: 2017/07/06 14:34 by aorth