Bioinfo

 view release on metacpan or  search on metacpan

lib/Bioinfo/App/Cmd/Blast.pm  view on Meta::CPAN

package Bioinfo::App::Cmd::Blast;
use Modern::Perl;
use Moo;
use MooX::Cmd;
use MooX::Options prefer_commandline => 1;

our $VERSION = '0.1.15'; # VERSION: 
# ABSTRACT: various operator related to Blast+



sub execute {
  my ($self, $args_ref, $chain_ref) = @_;
  $self->options_usage unless (@$args_ref);
}

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Bioinfo::App::Cmd::Blast - various operator related to Blast+

=head1 VERSION

version 0.1.15

=head1 SYNOPSIS

  use Bioinfo::App::Cmd::Blast;
  ...

=head1 DESCRIPTION

=head1 METHODS

=head2 execute

=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 0.465 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )