#! /usr/bin/perl
# ABSTRACT: Extract, format, classify and annote events identified by CRAC.
# PODNAME: cractools

use strict;
use warnings;

use CracTools::App;
CracTools::App->run;

__END__

=pod

=encoding UTF-8

=head1 NAME

cractools - Extract, format, classify and annote events identified by CRAC.

=head1 VERSION

version 1.25

=head1 AUTHORS

=over 4

=item *

Nicolas PHILIPPE <nphilippe.research@gmail.com>

=item *

Jérôme AUDOUX <jaudoux@cpan.org>

=item *

Sacha BEAUMEUNIER <sacha.beaumeunier@gmail.com>

=back

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2017 by IRMB/INSERM (Institute for Regenerative Medecine and Biotherapy / Institut National de la Santé et de la Recherche Médicale) and AxLR/SATT (Lanquedoc Roussilon / Societe d'Acceleration de Transfert de Technologie).

This is free software, licensed under:

  The GNU Affero General Public License, Version 3, November 2007

=cut
