User Tools

Site Tools


star-software

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
star-software [2016/11/24 07:31] joguyastar-software [2019/07/17 12:41] aorth
Line 1: Line 1:
 ====== STAR ====== ====== STAR ======
- +STAR (Spliced Transcripts Alignment to a Reference) is an RNA-seq aligner.
-STAR(Spliced Transcripts Alignment to a Reference) is an RNA-seq aligner.+
  
 ===== Information ===== ===== Information =====
  
-  * Version: 2.5.2b+  * Version: 2.7.1a
   * Added: March, 2016   * Added: March, 2016
-  * Updated: November2016 +  * Updated: July2019 
-  * Link: https://github.com/alexdobin/STAR/+  * Link: https://github.com/alexdobin/STAR
  
 ===== Usage ===== ===== Usage =====
  
-See which versions of STAR are available: +See which versions of star are available: 
-<code>$ module avail STAR</code>+<code>$ module avail star</code>
  
-Load STAR +Load one into your environment and run it: 
-<code>$ module load STAR/2.5.2b</code>+<code>$ module load star/2.7.1a 
 +$ STAR</code>
  
 ===== Installation ====== ===== Installation ======
Line 22: Line 22:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code> +<code>$ cd /tmp 
-$ cd /tmp +wget https://github.com/alexdobin/STAR/archive/2.7.1a.tar.gz 
-git clone --recursive https://github.com/alexdobin/STAR.git +tar xf 2.7.1a.tar.gz 
-cd STAR/source +$ sudo mkdir -p /export/apps/star/2.7.1a/bin 
-$ scl enable devtoolset-bash +$ sudo cp -v STAR-2.7.1a/bin/Linux_x86_64_static//export/apps/star/2.7.1a/bin</code>
-$ make +
-$ sudo mkdir /export/apps/star/2.5.2b+
-$ sudo cp -rv ../bin/Linux_x86_64/ /export/apps/star/2.5.2b/ +
-</code>+
star-software.txt · Last modified: 2022/06/02 13:44 by aorth