NAME
Bio::ExtractNE::GetSprot - Fetch Full SwissProt Data
SYNOPSIS
use Bio::ExtractNE::GetAbst;
get_sprot($outputfile); # get the file, but no uncompression
get_sprot($outputfile, 1); # get the file and uncompress it
DESCRIPTION
You can use this module to fetch the full database data from SwissProt to build a dictionary. In most cases, you need NOT do this yourself. Dictionary is already built for you. See dict/.
COPYRIGHT AND LICENSE
Copyright (C) 2004 by Yung-chung Lin (a.k.a. xern) <xern@cpan.org> This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself