#!/usr/bin/env perl
use Modern::Perl;
use FindBin;
use lib "$FindBin::Bin/../lib";
use Bioinfo::App;

our $VERSION = '0.1.11'; # 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.11

=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
