1 # Maintainer: Thiago Yukio Kikuchi Oliveira <stratust@gmail.com>
6 pkgdesc="Cufflinks assembles transcripts, estimates their abundances, and tests for differential expression and regulation in RNA-Seq samples.."
8 url="http://cufflinks.cbcb.umd.edu"
10 depends=('boost' 'python2' 'samtools' 'perl')
11 source=(http://cufflinks.cbcb.umd.edu/downloads/$pkgname-$pkgver.tar.gz)
12 md5sums=('6914059cf8c8f22eb388e1fde44deabe')
15 cd $srcdir/$pkgname-$pkgver
17 # cufflinks use python2 but archlinux uses python3 as default python
18 perl -i -pne '$_ =~ s/python/python2/ if $_ =~ /^#!\/usr/' src/cuffmerge
20 ./configure --prefix="$pkgdir/usr"