[Bioperl-l] retrieving bioperl version for scripts

Carnë Draug carandraug+dev at gmail.com
Wed Sep 28 15:00:34 UTC 2011


2011/9/28 longbow leo <longbow0 at gmail.com>:
> Hi, Carnë,
>
> Do you mean this:
>
> perl -MBio::SeqIO -e 'print $Bio::SeqIO::VERSION'
>
> In my machine, the output is

Thank you. Yes this is what I was looking for. I looked down how that
variable comes up and so I think I'll use

use Bio::Root::Version;
say $Bio::Root::Version::VERSION;

Carnë




More information about the Bioperl-l mailing list