# safe Perl
use strict;
use Carp;
=head1 NAME
BoutrosLab::TSVStream::Format::VCF::FullChr::Dyn
=cut
use Moose;
with qw(
BoutrosLab::TSVStream::IO::Role::Dyn
);
__PACKAGE__->meta->make_immutable;
=head1 SEE ALSO
=over
=item BoutrosLab::TSVStream::Format::Full::Role
for a description of the Full attributes; this module supports
using a VCF stream source as if it were in Full format, with the
B<chr> attribute, with the leading 'chr' inserted.
=item BoutrosLab::TSVStream::IO
for a description of converting to/from a TSVStream using a reader
or a writer. This module expects the fixed attributes to be followed
by a set of dynamic attributes.
=back
=head1 AUTHOR
John Macdonald - Boutros Lab
=head1 ACKNOWLEDGEMENTS
Paul Boutros, Phd, PI - Boutros Lab
The Ontario Institute for Cancer Research
=cut
1;