diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-02 18:24:59 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-02 18:24:59 +0000 |
commit | 599cb80201d5e62cf2ec17135fd7a5140b4f9222 (patch) | |
tree | b7a17bc79c1f45f33ba1454ae715b6b192430943 /biology/Makefile | |
parent | 433aadc02c4adf585cb6397e5fcb1cbe9284dea4 (diff) | |
download | FreeBSD-ports-599cb80201d5e62cf2ec17135fd7a5140b4f9222.zip FreeBSD-ports-599cb80201d5e62cf2ec17135fd7a5140b4f9222.tar.gz |
Bio::Glite is an interface to G-language Genome Analysis Environment
through its REST web service (http://www.g-language.org). This module
allows almost everything G-language GAE can do, without installing
all necessary tookits and modules.
Advantage of this module over the standard installation of
G-language GAE package is:
1. Easy installation from CPAN
2. Extremely light-weight (less than 1000 lines of code)
3. Does not require much CPU/RAM (all calculation is done on
the cloud)
Disadvantages includes:
1. Slower analysis speed
2. Internet connection is required
3. No other software interfaces such as the G-language Shell
WWW: http://search.cpan.org/dist/Bio-Glite/
PR: ports/133273
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'biology/Makefile')
-rw-r--r-- | biology/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/Makefile b/biology/Makefile index 3ef71ba..1a9b5e3 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -57,6 +57,7 @@ SUBDIR += p5-AcePerl SUBDIR += p5-Bio-ASN1-EntrezGene SUBDIR += p5-Bio-Das + SUBDIR += p5-Bio-Glite SUBDIR += p5-Bio-Graphics SUBDIR += p5-Bio-Phylo SUBDIR += p5-bioperl |