#!/usr/bin/env perl
use Modern::Perl;
use FindBin;
use lib "$FindBin::Bin/../lib";
use BioX::Map::CLIS;

our $VERSION = '0.0.3'; # VERSION:
# ABSTRACT: a tool used to mapping and compare mapping result

# PODNAME: clis

BioX::Map::CLIS->new_with_cmd;

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

clis - a tool used to mapping and compare mapping result

=head1 VERSION

version 0.0.3

=head1 AUTHOR

Yan Xueqing <yanxueqing621@163.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2016 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
