#!/usr/bin/env perl

package Bio::PanGenome::Main::PlotPanGenomeGroups;

# ABSTRACT: Take in the groups file and output some summary plots
# PODNAME: plot_pan_genome_groups


BEGIN { unshift( @INC, '../lib' ) }
BEGIN { unshift( @INC, './lib' ) }
BEGIN { unshift( @INC, '/software/pathogen/internal/prod/lib/' ) }
use Bio::PanGenome::CommandLine::PlotPanGenomeGroups;

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

__END__

=pod

=head1 NAME

plot_pan_genome_groups - Take in the groups file and output some summary plots

=head1 VERSION

version 1.133090

=head1 SYNOPSIS

Take in the groups file and output some summary plots

=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
