User Tools

Site Tools


hisat2-software

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
hisat2-software [2017/02/05 12:04] – [Usage] joguyahisat2-software [2018/09/27 14:08] (current) aorth
Line 5: Line 5:
 ===== Information ===== ===== Information =====
  
-  * Latest Version: 2.0.5 +  * Latest Version: 2.1.0 
-  * Added: February2017+  * Added: September2018
   * Link: http://ccb.jhu.edu/software/hisat2/index.shtml   * Link: http://ccb.jhu.edu/software/hisat2/index.shtml
  
Line 14: Line 14:
 <code>$ module avail hisat2</code> <code>$ module avail hisat2</code>
  
-Load hisat2+Load one version into your environment and run it
-<code>$ module load hisat2/2.0.5</code>+<code>$ module load hisat2/2.1.
 +$ hisat2</code>
  
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code> +<code>$ cd /tmp 
-$ cd /tmp +$ wget ftp://ftp.ccb.jhu.edu/pub/infphilo/hisat2/downloads/hisat2-2.1.0-Linux_x86_64.zip 
-$ wget ftp://ftp.ccb.jhu.edu/pub/infphilo/hisat2/downloads/hisat2-2.0.5-Linux_x86_64.zip +$ unzip hisat2-2.1.0-Linux_x86_64.zip 
-$ unzip hisat2-2.0.5-Linux_x86_64.zip  +sudo cp -r hisat2-2.1.0 /export/apps/hisat2/2.1.0</code>
-cd hisat2-2.0.5 +
-$ sudo mkdir -p /export/apps/hisat2/2.0.5 +
-$ sudo cp -rv . /export/apps/hisat2/2.0.5/ +
-</code>+
hisat2-software.txt · Last modified: 2018/09/27 14:08 by aorth