[BioSQL-l] Checking bioperl-db version number
Peter
biopython at maubp.freeserve.co.uk
Mon Aug 18 15:15:37 UTC 2008
Hi all,
This might be better asked on the main BioPerl mailing list, however,
I would like to know how to get the version of bioperl-db (i.e. the
part of BioPerl used to import sequence files into BioSQL).
Thanks,
Peter
--
P.S. I've found two equivalent ways to check the version of BioPerl itself:
require Bio::Perl;
print "Bio::Perl::VERSION = ";
print $Bio::Perl::VERSION, "\n";
require Bio::Root::Version;
print "Bio::Root::Version::VERSION = ";
print $Bio::Root::Version::VERSION, "\n";
Example output:
Bio::Perl::VERSION = 1.005002102
Bio::Root::Version::VERSION = 1.005002102
More information about the BioSQL-l
mailing list