#!/usr/bin/env perl

package Bio::Roary::Main::RoaryPostAnalysis;
$Bio::Roary::Main::RoaryPostAnalysis::VERSION = '3.12.0';
# ABSTRACT: Perform the post analysis on the pan genome
# PODNAME: pan_genome_post_analysis


use Cwd qw(abs_path); 
BEGIN { unshift( @INC, abs_path('./lib') ) }
BEGIN { unshift( @INC, abs_path('./t/lib') ) }
use Bio::Roary::CommandLine::RoaryPostAnalysis;

Bio::Roary::CommandLine::RoaryPostAnalysis->new(args => \@ARGV, script_name => $0)->run;

__END__

=pod

=encoding UTF-8

=head1 NAME

pan_genome_post_analysis - Perform the post analysis on the pan genome

=head1 VERSION

version 3.12.0

=head1 SYNOPSIS

Perform the post analysis on the pan genome

=head1 AUTHOR

Andrew J. Page <ap13@sanger.ac.uk>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by Wellcome Trust Sanger Institute.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007

=cut
