User Tools

Site Tools


stringtie-software

This is an old revision of the document!


stringtie

Information

Usage

See versions of stringtie which are available

module avail stringtie

Installation

Notes from the sysadmin during installation:

wget http://ccb.jhu.edu/software/stringtie/dl/stringtie-0.97.tar.gz
tar xf stringtie-0.97.tar.gz
cd stringtie-0.97
scl enable devtoolset-1.1 bash
sed -i 's/SEARCHDIRS := -I. -I${GDIR} -I${BAM}/SEARCHDIRS := -I. -I${GDIR} -I\/export\/apps\/samtools\/0.1.19\/include\/bam/' Makefile
sed -i 's/LDFLAGS := -g -L${BAM} ${LFLAGS}/LDFLAGS := -g -L\/export\/apps\/samtools\/0.1.19\/lib ${LFLAGS}/' Makefile
make release
sudo mkdir -p /export/apps/stringtie/0.97/bin
sudo cp stringtie /export/apps/stringtie/0.97/bin
stringtie-software.1406034173.txt.gz · Last modified: 2014/07/22 13:02 by aorth