Version information
released Dec 26th 2016
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'biotools-bioperl', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
biotools/bioperl — version 0.1.0 Dec 26th 2016
bioperl
Table of Contents
- Description
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Description
This module installs the BioPerl bionformatics perl library.
Usage
Default Options
By default, the library will be installed in /usr/share/lib, and version 1.6.6 will be installed. To load this module with default options:
class { 'bioperl': }
Custom parameters
You can also specify the installation directory, and the version of BioPerl:
class { 'bioperl':
target_dir => '/usr/share/lib',
version => '1.6.6'
}
Limitations
Currently it is only compatible with Ubuntu.
Dependencies
- puppetlabs-stdlib (>= 1.0.0)