BioSAILs-Command

 view release on metacpan or  search on metacpan

lib/BioSAILs/Command/render.pm  view on Meta::CPAN

package BioSAILs::Command::render;

use v5.10;
use strict;
use warnings FATAL => 'all';
use MooseX::App::Command;
use namespace::autoclean;

extends 'BioX::Workflow::Command::run';

command_short_description 'Render your workflow.';
command_long_description
    'Render your workflow to a shell script, process the variables, and create all your directories.';

__PACKAGE__->meta->make_immutable;

1;



( run in 0.603 second using v1.01-cache-2.11-cpan-39bf76dae61 )