Tab2MAGE logo Module detail: Entrez_list.pm

NAME

ArrayExpress::Curator::Entrez_list - a module used by expt_check.pl


SYNOPSIS

 use ArrayExpress::Curator::Entrez_list qw(parse_entrez_names);
 
 my $is_recognized = parse_entrez_names();
 die("Error: Unknown journal: $pub") unless $is_recognized->{ $pub };

DESCRIPTION

This module provides a very basic interface to the listing of approved Entrez publication names included with the Tab2MAGE package.


FUNCTIONS

parse_entrez_names( $fh )

Parses the contents of either the optional passed filehandle, or the internally-defined Entrez_list.txt filehandle, to generate a hashref of publication name keys and true values.


AUTHOR

Tim Rayner (rayner@ebi.ac.uk), ArrayExpress team, EBI, 2008.

Acknowledgements go to the ArrayExpress curation team for feature requests, bug reports and other valuable comments.


SourceForge.net Logo