-
-
11 Dec 2018 13:25:00 UTC
- Distribution: Bio-ViennaNGS
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers
- Kwalitee
Bus factor: 0- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (1.21MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Michael T. Wolfinger
- Dependencies
- Bio::DB::Fasta
- Bio::DB::Sam
- Bio::Perl
- Bio::Root::Version
- Bio::SeqUtils
- Bio::Tools::GFF
- Carp
- Cwd
- Data::Dumper
- Env
- Exporter
- File::Basename
- File::Find
- File::Path
- File::Share
- File::Slurp
- File::Temp
- FindBin
- Getopt::Long
- IPC::Cmd
- List::Util
- Math::Round
- Moose
- Moose::Role
- Moose::Util::TypeConstraints
- MooseX::Clone
- POSIX
- Params::Coerce
- Path::Class
- PerlIO::gzip
- Pod::Usage
- Template
- Test::Deep
- Test::File::Contents
- Test::Files
- Tie::Hash::Indexed
- constant
- lib
- namespace::autoclean
- strict
- version
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
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:
RT: CPAN's request tracker (report bugs here)
Search metaCPAN
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.
Module Install Instructions
To install Bio::ViennaNGS, copy and paste the appropriate command in to your terminal.
cpanm Bio::ViennaNGS
perl -MCPAN -e shell install Bio::ViennaNGS
For more information on module installation, please visit the detailed CPAN module installation guide.