BioSAILs-Command
view release on metacpan or search on metacpan
lib/BioSAILs/Command/execute_array.pm view on Meta::CPAN
package BioSAILs::Command::execute_array;
use v5.10;
use strict;
use warnings FATAL => 'all';
use MooseX::App::Command;
use namespace::autoclean;
extends 'HPC::Runner::Command::execute_array';
command_short_description 'Execute commands';
command_long_description
'Take the parsed files from biosails submit_jobs and executes the code';
1;
( run in 0.489 second using v1.01-cache-2.11-cpan-39bf76dae61 )