|
WriteMakefile(
'NAME' => 'Microarray-GeneXplorer' ,
'VERSION_FROM' => 'VERSION' ,
'PREREQ_PM' => { GD => 1.19,
Getopt:: Long => 0},
'EXE_FILES' => [ 'bin/makeMicroarrayDataset.pl' , 'src/correlations' ],
'DIR' => [ 'src' ],
($] >= 5.005 ?
( ABSTRACT => 'A collection of modules for creating a web browsable interface to gene expression data' ,
AUTHOR => 'Christian Rees <rees@genome.stanford.edu>, Janos Demeter <jdemeter@genome.stanford.edu>, John Matese <jcmatese@genomics.stanford.edu>, Gavin Sherlock <sherlock@genome.stanford.edu>' ) : ()
),
);
|