——# safe Perl
use
warnings;
use
strict;
use
Carp;
=head1 NAME
BoutrosLab::TSVStream::Format::AnnovarInput::HumanNoChr::Fixed
=cut
use
Moose;
use
namespace::autoclean;
with
qw(
BoutrosLab::TSVStream::Format::AnnovarInput::Role::HumanNoChr
BoutrosLab::TSVStream::IO::Role::Fixed
)
;
__PACKAGE__->meta->make_immutable;
=head1 SEE ALSO
=over
=item BoutrosLab::TSVStream::Format::AnnovarInput::Role
for a description of the AnnovarInput attributes; this module supports
the BoutrosLab::TSVStream::Format::AnnovarInput::Type::Chr::Human::NoChr type
for the B<chr> attribute.
=item BoutrosLab::TSVStream::IO
for a description of converting to/from a TSVStream using a reader
or a writer. This module only allows for the fixed attributes.
=back
=head1 AUTHOR
John Macdonald - Boutros Lab
=head1 ACKNOWLEDGEMENTS
Paul Boutros, Phd, PI - Boutros Lab
The Ontario Institute for Cancer Research
=cut
1;