BioSAILs-Command
view release on metacpan or search on metacpan
lib/BioSAILs/Command/add.pm view on Meta::CPAN
package BioSAILs::Command::add;
use v5.10;
use strict;
use warnings FATAL => 'all';
use MooseX::App::Command;
use namespace::autoclean;
extends 'BioX::Workflow::Command::add';
command_short_description 'Add rules to an existing workflow.';
command_long_description 'Add rules to an existing workflow.';
__PACKAGE__->meta->make_immutable;
1;
( run in 0.795 second using v1.01-cache-2.11-cpan-39bf76dae61 )