The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Bio::ViennaNGS::FeatureBase - A Moose Role for BED compliance

SYNOPSIS

  package MyClass;
  use Moose;

  with 'Bio::ViennaNGS::FeatureBase';

DESCRIPTION

Bio::ViennaNGS::FeatureBase is a simple Moose::Role which indicates whether or not the start attribute of any of the Bio::ViennaNGS Feature* classes is zero-based or one-based (i.e. whether or not the Feature adheres to standard BED notation).

DEPENDENCIES

Moose::Role

BUGS

Please report any bugs or feature requests through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Bio-ViennaNGS. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Bio::ViennaNGS::FeatureBase

You can also look for information at:

AUTHORS

Michael T. Wolfinger, <michael at wolfinger.eu>

LICENSE AND COPYRIGHT

Copyright 2018 Michael T. Wolfinger <michael@wolfinger.eu> and <michael.wolfinger@univie.ac.at>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.