Ticket #42120: cufflinks-2.1.1.diff
File cufflinks-2.1.1.diff, 1.9 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 4 5 5 6 name cufflinks 6 version 0.9.37 version 2.1.1 7 8 categories science biology 8 9 platforms darwin 9 10 maintainers gmail.com:haroldpimentel 10 license Boost 11 license Boost-1.0 11 12 12 13 description Cufflinks assembles transcripts, estimates their abundances,\ 13 14 and tests for differential expression and regulation in RNA-Seq samples. … … 20 21 transcripts based on how many reads support each one. 21 22 22 23 homepage http://cufflinks.cbcb.umd.edu/ 23 master_sites ${homepage}downloads 24 master_sites ${homepage}downloads/ 24 25 25 checksums sha1 f6c28d8f98569f8d1eae72ff050ce7d2d06bfba4\26 rmd160 b9b3b8ec322e79e0e6f2b4b2f23de27b58ec44f426 checksums rmd160 4a612f98be24d7d31520be0501f1f4bcd3e76e0f\ 27 sha256 9cbaf1d8f53aa53e6d6beec12420125ee487f9de520417a6b1add3306d01a81e 27 28 28 29 depends_lib port:zlib \ 29 30 port:samtools \ … … 32 33 # samtools is not universal 33 34 universal_variant no 34 35 36 configure.args --with-bam=${prefix} \ 37 --with-boost=${prefix} \ 38 --with-eigen=no \ 39 --with-zlib=${prefix} 40 35 41 post-destroot { 36 42 xinstall -d ${destroot}${prefix}/share/doc/${name} 37 43 xinstall -m 644 -W ${worksrcpath} \ … … 40 46 README \ 41 47 ${destroot}${prefix}/share/doc/${name} 42 48 } 49 50 livecheck.type regex 51 livecheck.url [lindex ${master_sites} 0] 52 livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}