#!/usr/bin/env perl

package Bio::Roary::Main::Roary;
$Bio::Roary::Main::Roary::VERSION = '3.2.0';
# ABSTRACT: Create a pan genome from a set of proteome FASTA files
# PODNAME: create_pan_geneome


BEGIN { unshift( @INC, '../lib' ) }
BEGIN { unshift( @INC, './lib' ) }
use Bio::Roary::CommandLine::Roary;

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

__END__

=pod

=encoding UTF-8

=head1 NAME

create_pan_geneome - Create a pan genome from a set of proteome FASTA files

=head1 VERSION

version 3.2.0

=head1 SYNOPSIS

Create a pan genome from a set of proteome FASTA files

=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
