User Tools

Site Tools


megahit-software

Differences

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

Link to this comparison view

Last revisionBoth sides next revision
megahit-software [2017/07/06 14:34] – created aorthmegahit-software [2018/11/16 07:28] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: git-02102e1b+  * Version: 1.1.4
   * Added: July, 2017   * Added: July, 2017
 +  * Updated: November, 2018
   * 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.1.4 
 +$ 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.1.4/megahit_v1.1.4_LINUX_CPUONLY_x86_64-bin.tar.gz 
-cd megahit +tar xf megahit_v1.1.4_LINUX_CPUONLY_x86_64-bin.tar.gz 
-$ scl enable devtoolset-4 bash +$ sudo mkdir -p /export/apps/megahit/1.1.4/bin 
-$ make +$ sudo cp megahit_v1.1.4_LINUX_CPUONLY_x86_64-bin/megahit/export/apps/megahit/1.1.4/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.txt · Last modified: 2022/02/22 13:23 by aorth