-
-
16 Mar 2015 11:33:36 UTC
- Distribution: Bio-Roary
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers
- Kwalitee
Bus factor: 0- License: open_source
- Activity
24 month- Tools
- Download (14.09MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Andrew J. Page
- Dependencies
- Array::Utils
- Bio::SeqIO
- Bio::Tools::GFF
- Bio::TreeIO
- Cwd
- Data::Dumper
- Exception::Class
- File::Basename
- File::Copy
- File::Find::Rule
- File::Grep
- File::Path
- File::Slurp
- File::Spec
- File::Temp
- FindBin
- Getopt::Long
- Graph
- LSF
- LSF::JobManager
- List::Util
- Moose
- Moose::Role
- POSIX
- Text::CSV
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Bio::Roary::JobRunner::Parallel - Use GNU Parallel
VERSION
version 2.0.0
SYNOPSIS
Execute a set of commands using GNU parallel use Bio::Roary::JobRunner::Parallel; my $obj = Bio::Roary::JobRunner::Local->new( commands_to_run => ['ls', 'echo "abc"'], max_jobs => 4 ); $obj->run();
AUTHOR
Andrew J. Page <ap13@sanger.ac.uk>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2013 by Wellcome Trust Sanger Institute.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007
Module Install Instructions
To install Bio::Roary, copy and paste the appropriate command in to your terminal.
cpanm Bio::Roary
perl -MCPAN -e shell install Bio::Roary
For more information on module installation, please visit the detailed CPAN module installation guide.