Building cufflinks - BenLangmead/jhu-compute GitHub Wiki
Some incomplete instructions on how to build Cufflinks from source on HHPC. I tried this on langmead-login. The instructions don't work because I never got the Eigen3 stuff to compile properly after cufflinks incorporated this pull request. Update: Cole seems to have reverted that change so maybe these work again now.
git clone [email protected]:cole-trapnell-lab/cufflinks.git(orgit clone [email protected]:BenLangmead/cufflinks.gitfor my fork)cd cufflinkssh autogen.shmkdir -p src/libbam/lib src/libbam/include/bamcp /scratch0/langmead-fs1/shared/samtools-0.1.19/*.a src/libbam/lib/cp /scratch0/langmead-fs1/shared/samtools-0.1.19/*.h src/libbam/include/bam/export BOOST_ROOT=/scratch0/langmead-fs1/shared/boost_1_47_0./configure --prefix=`pwd`/install-root --with-bam=`pwd`/src/libbam