User Tools

Site Tools


stringtie-software

This is an old revision of the document!


stringtie

StringTie is a fast and highly efficient assembler of RNA-Seq alignments into potential transcripts.

Information

Usage

See versions of stringtie which are available

$ module avail stringtie

Load latest version and print help

$ module load stringtie/1.0.2
$ stringtie -h

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget http://ccb.jhu.edu/software/stringtie/dl/stringtie-1.0.2.tar.gz
$ tar xf stringtie-1.0.2.tar.gz 
$ cd stringtie-1.0.2
$ scl enable devtoolset-2 bash
$ make release
$ sudo mkdir -p /export/apps/stringtie/1.0.2/bin
$ sudo cp stringtie /export/apps/stringtie/1.0.2/bin
$ sudo cp LICENSE README /export/apps/stringtie/1.0.2
stringtie-software.1426491862.txt.gz · Last modified: 2015/03/16 07:44 by aorth