Skip to content

entheologist/puppetmods-bioperl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppetmods-bioperl

Puppet module for installing BioPerl. Currently it is only compatible with Ubuntu.

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'
}

About

Puppet module for installing BioPerl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published