#!/usr/bin/env perl

package Bio::Roary::Main::IterativeCdhit;
$Bio::Roary::Main::IterativeCdhit::VERSION = '3.0.3';
# ABSTRACT: Iteratively run cdhit
# PODNAME:  iterative_cdhit


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

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

__END__

=pod

=encoding UTF-8

=head1 NAME

iterative_cdhit - Iteratively run cdhit

=head1 VERSION

version 3.0.3

=head1 SYNOPSIS

Iteratively run cdhit

=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
