ArrayExpress::Curator::Entrez_list - a module used by expt_check.pl
use ArrayExpress::Curator::Entrez_list qw(parse_entrez_names); my $is_recognized = parse_entrez_names(); die("Error: Unknown journal: $pub") unless $is_recognized->{ $pub };
This module provides a very basic interface to the listing of approved Entrez publication names included with the Tab2MAGE package.
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.
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.