star-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| star-software [2016/11/24 07:31] – joguya | star-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: | + | * Updated: |
| - | * Link: https:// | + | * Link: https:// |
| ===== Usage ===== | ===== Usage ===== | ||
| - | See which versions | + | See which versions are available: |
| - | < | + | < |
| - | Load STAR | + | Load one version into your environment and run it: |
| - | < | + | < |
| + | $ STAR</ | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Line 22: | Line 22: | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ cd /tmp | + | $ wget https:// |
| - | $ git clone --recursive | + | $ tar xf 2.7.10a.tar.gz |
| - | $ cd STAR/ | + | $ sudo mkdir -p / |
| - | $ scl enable devtoolset-2 bash | + | $ sudo cp -v STAR-2.7.10a/bin/Linux_x86_64_static/* / |
| - | $ make | + | |
| - | $ sudo mkdir / | + | |
| - | $ sudo cp -rv ../bin/Linux_x86_64/ / | + | |
| - | </ | + | |
star-software.1479972662.txt.gz · Last modified: by joguya
