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
star-software [2016/11/24 07:31] joguyastar-software [2022/06/02 13:44] (current) 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.10a
   * Added: March, 2016   * Added: March, 2016
-  * Updated: November2016 +  * Updated: June2022 
-  * Link: https://github.com/alexdobin/STAR/+  * Link: https://github.com/alexdobin/STAR
  
 ===== Usage ===== ===== Usage =====
  
-See which versions of STAR are available: +See which versions are available: 
-<code>$ module avail STAR</code>+<code>$ module avail star</code>
  
-Load STAR +Load one version into your environment and run it: 
-<code>$ module load STAR/2.5.2b</code>+<code>$ module load star/2.7.10a 
 +$ 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/refs/tags/2.7.10a.tar.gz 
-git clone --recursive https://github.com/alexdobin/STAR.git +tar xf 2.7.10a.tar.gz  
-cd STAR/source +$ sudo mkdir -p /export/apps/star/2.7.10a/bin 
-$ scl enable devtoolset-bash +$ sudo cp -v STAR-2.7.10a/bin/Linux_x86_64_static//export/apps/star/2.7.10a/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.1479972662.txt.gz · Last modified: 2016/11/24 07:31 by joguya