logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bio::Roary::JobRunner::Parallel - Use GNU Parallel

Author

       Andrew J. Page <ap13@sanger.ac.uk>

Name

       Bio::Roary::JobRunner::Parallel - Use GNU Parallel

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();

Version

       version 3.13.0

See Also