User Tools

Site Tools


star-software

Differences

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

Link to this comparison view

Next revision
Previous revision
star-software [2016/03/24 14:00] – created 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: 1.2.1+  * Version: 2.7.10a
   * Added: March, 2016   * Added: March, 2016
-  * Link: https://github.com/alexdobin/STAR/+  * Updated: June, 2022 
 +  * 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/1.2.1</code>+<code>$ module load star/2.7.10a 
 +$ STAR</code>
  
 ===== Installation ====== ===== Installation ======
Line 21: 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 
-$ wget http://soap.genomics.org.cn/down/SOAPsplice-v1.10.tar.gz +$ tar xf 2.7.10a.tar.gz  
-$ tar -xvf SOAPsplice-v1.10.tar.gz +$ sudo mkdir -p /export/apps/star/2.7.10a/bin 
-$ cd SOAPsplice-v1.10 +$ sudo cp -v STAR-2.7.10a/bin/Linux_x86_64_static//export/apps/star/2.7.10a/bin</code>
-$ sudo mkdir -p /export/apps/SOAPsplice/1.10 +
-$ sudo cp -. /export/apps/SOAPsplice/1.10/ +
-</code>+
star-software.1458828035.txt.gz · Last modified: 2016/03/24 14:00 by joguya