Ticket #26991: Portfile

File Portfile, 858 bytes (added by haroldpimentel@…, 14 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                tophat
6version             1.1.1
7categories          science biology
8platforms           darwin
9maintainers         gmail.com:haroldpimentel
10description         TopHat is a fast splice junction mapper for RNA-Seq reads.
11long_description    TopHat is a fast splice junction mapper for RNA-Seq reads. It aligns RNA-Seq reads to mammalian-sized genomes using the ultra high-throughput short read aligner Bowtie, and then analyzes the mapping results to identify splice junctions between exons.
12homepage            http://tophat.cbcb.umd.edu/
13master_sites        http://tophat.cbcb.umd.edu/downloads/
14checksums           md5         33b37a4269c35ba7ef3c134f61c6a875 \
15                    sha1        4671094ce142820ed2d4ba8a57eb787e215d2d3e \
16                    rmd160      b758a9f9d8e758a146ecac4dc21db9d154fb3faf
17use_parallel_build  no
18depends_lib         port:zlib \
19                    port:samtools \
20                    port:bowtie