1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup eval 2.2.5 |
---|
6 | categories perl biology |
---|
7 | maintainers rpz@cse.wustl.edu |
---|
8 | description Perl module for parameter estimation with hidden Markov models. |
---|
9 | long_description iPE is parameter estimation software for generalized hidden Markov models. \ |
---|
10 | For information and documentation, see http://genes.cse.wustl.edu. |
---|
11 | |
---|
12 | homepage http://mblab.wustl.edu |
---|
13 | master_sites http://mblab.wustl.edu/software/download/ |
---|
14 | |
---|
15 | configure {} |
---|
16 | build {} |
---|
17 | test {} |
---|
18 | |
---|
19 | destroot.cmd {} |
---|
20 | destroot { |
---|
21 | set installvendorlib [perl5.extract_config installvendorlib] |
---|
22 | file mkdir ${destroot}${installvendorlib} |
---|
23 | xinstall -m 0644 -W ${worksrcpath} Eval.pm GTF.pm ${destroot}${installvendorlib} |
---|
24 | xinstall -m 0755 -W ${worksrcpath} combine_eval_reports.pl eval.pl evaluate_gtf.pl filter_badlist.pl filter_gtfs.pl get_distribution.pl get_general_stats.pl get_overlap_stats.pl gff3_to_gtf.pl graph_gtfs.pl make_intron_lenght_vs_performance_graph.pl validate_gtf.pl validate_splice_sites.pl ${destroot}${prefix}/bin |
---|
25 | } |
---|
26 | |
---|
27 | |
---|
28 | platforms darwin |
---|
29 | |
---|
30 | checksums md5 b113a04814cdc6fbf2824a5ca6e3a7c9 |
---|
31 | |
---|
32 | depends_lib-append port:p5-xml-checker port:p5-xml-libxml |
---|