From 9de088104296724367c2f7dff72615474672d653 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 2 Apr 2009 18:24:59 +0000 Subject: 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 --- biology/p5-Bio-Glite/pkg-descr | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 biology/p5-Bio-Glite/pkg-descr (limited to 'biology/p5-Bio-Glite/pkg-descr') diff --git a/biology/p5-Bio-Glite/pkg-descr b/biology/p5-Bio-Glite/pkg-descr new file mode 100644 index 000000000000..89e4faf5bede --- /dev/null +++ b/biology/p5-Bio-Glite/pkg-descr @@ -0,0 +1,18 @@ +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/ -- cgit v1.2.3