Bio-MUST-Apps-FortyTwo

 view release on metacpan or  search on metacpan

lib/Bio/MUST/Apps/FortyTwo.pm  view on Meta::CPAN

package Bio::MUST::Apps::FortyTwo;
# ABSTRACT: Main class for forty-two tool
# CONTRIBUTOR: Mick VAN VLIERBERGHE <mvanvlierberghe@doct.uliege.be>
$Bio::MUST::Apps::FortyTwo::VERSION = '0.213470';
use Moose;
use namespace::autoclean;

use autodie;
use feature qw(say);

use Smart::Comments -ENV;

use aliased 'Bio::MUST::Apps::FortyTwo::RunProcessor';

with 'Bio::MUST::Apps::Roles::Configable';


sub run_proc {                              ## no critic (RequireArgUnpacking)
    my $self = shift;

    ### [42] Welcome to FortyTwo!
    RunProcessor->new( $self->inject_args(@_) );
    ### [42] Done with FortyTwo!

    return;
}

__PACKAGE__->meta->make_immutable;
1;

__END__

=pod

=head1 NAME

Bio::MUST::Apps::FortyTwo - Main class for forty-two tool

=head1 VERSION

version 0.213470

=head1 DESCRIPTION

This distribution includes our software C<FortyTwo> (C<42>). The aim of C<42> is
to add (and optionally align) sequences to a preexisting multiple sequence
alignment while controlling for orthology relationships and potentially
contaminating sequences. Sequences to add are either nucleotide transcripts
resulting from transcriptome assembly or already translated protein sequences.
One can also use genomic nucleotide sequences (because C<42> can splice
introns), but this possibility has not been extensively tested so far.

For information can be found in the L<FortyTwo::Manual>.

=head1 AUTHOR

Denis BAURAIN <denis.baurain@uliege.be>

=head1 CONTRIBUTOR

=for stopwords Mick VAN VLIERBERGHE

Mick VAN VLIERBERGHE <mvanvlierberghe@doct.uliege.be>

=head1 COPYRIGHT AND LICENSE



( run in 2.348 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )