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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name clustal-omega |
---|
7 | version 1.1.0 |
---|
8 | categories science |
---|
9 | platforms darwin |
---|
10 | license GPL-3 |
---|
11 | depends_lib-append port:argtable |
---|
12 | |
---|
13 | homepage http://www.clustal.org/omega/ |
---|
14 | description Clustal-Omega is a general purpose multiple sequence alignment (MSA) program for proteins. |
---|
15 | long_description ${description}. It produces high quality MSAs and is capable of handling data-sets of \ |
---|
16 | hundreds of thousands of sequences in reasonable time. |
---|
17 | maintainers node99.org:sean openmaintainer |
---|
18 | |
---|
19 | master_sites http://www.clustal.org/omega/ |
---|
20 | checksums rmd160 5f7f1983f7b0516cd12c35df4a71dfce788f7a9d \ |
---|
21 | sha256 6c2829a14037588b9e495dbe34b383bc4810809b82b745bad01692af7ee912fa |
---|