Bioinfo
view release on metacpan or search on metacpan
bin/biotools view on Meta::CPAN
#!/usr/bin/env perl
use Modern::Perl;
use FindBin;
use lib "$FindBin::Bin/../lib";
use Bioinfo::App;
our $VERSION = '0.1.15'; # VERSION
# ABSTRACT: a bioinformatics toolkit that I used often
# PODNAME: biotools
Bioinfo::App->new_with_cmd;
__END__
=pod
=encoding UTF-8
=head1 NAME
biotools - a bioinformatics toolkit that I used often
=head1 VERSION
version 0.1.15
=head1 AUTHOR
Yan Xueqing <yanxueqing621@163.com>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Yan Xueqing.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
( run in 1.718 second using v1.01-cache-2.11-cpan-5837b0d9d2c )