1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
  
     | 
    
      Source: libbio-mage-perl
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Charles Plessy <plessy@debian.org>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libtie-ixhash-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libbio-mage-perl/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/libbio-mage-perl/trunk/
Homepage: http://mged.sourceforge.net/
Package: libbio-mage-perl
Architecture: all
Section: perl
Depends: ${misc:Depends},
         ${perl:Depends},
         libtie-ixhash-perl
Description: Container module for classes in the MAGE package: MAGE
 MAGE-TAB (MicroArray Gene Expression Tabular) format is a standard from the
 Microarray Gene Expression Data Society (MGED). This package contains Perl
 modules in the Bio::MAGE hierarchy to manipulate MIAME-compliant (Minimum
 Information About a Microarray Experiment) records of microarray ("DNA chips")
 experiments.
 .
 The Bio::MAGE module contains the following Bio::MAGE classes:
  * NameValueType
  * Extendable
  * Identifiable
  * Describable
 
     |