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 |
---|
2 | # $Id: Portfile 72870 2010-10-29 07:09:11Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name tophat |
---|
7 | version 1.2.0 |
---|
8 | categories science biology |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:haroldpimentel openmaintainer |
---|
11 | |
---|
12 | description a fast splice junction mapper for RNA-Seq reads |
---|
13 | |
---|
14 | long_description TopHat is ${description}. It aligns RNA-Seq reads to \ |
---|
15 | mammalian-sized genomes using the ultra high-throughput \ |
---|
16 | short read aligner Bowtie, and then analyzes the mapping \ |
---|
17 | results to identify splice junctions between exons. |
---|
18 | |
---|
19 | homepage http://tophat.cbcb.umd.edu/ |
---|
20 | master_sites ${homepage}downloads/ |
---|
21 | |
---|
22 | checksums sha1 0e697b16c64fa12180b93ecf87fdf25f722973a5 \ |
---|
23 | rmd160 da62ddc6b2bf8deeda19a95965b1ff2cfd4b95b2 |
---|
24 | |
---|
25 | use_parallel_build no |
---|
26 | |
---|
27 | depends_lib port:zlib \ |
---|
28 | port:samtools \ |
---|
29 | port:bowtie |
---|
30 | |
---|
31 | # samtools and bowtie are not universal |
---|
32 | universal_variant no |
---|