The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DynGig::CLI::Sequence::Run - CLI for sequence run.

EXAMPLE

use DynGig::CLI::Sequence::Run;

DynGig::CLI::Sequence::Run->main
(
    thread => 0,
    root => '/sequence/root/path',
);

SYNOPSIS

$exe --help

$exe name [--root dir] [--time timestamp] [--thread 0]

$exe name [--root dir] [--time timestamp] [--thread 0] --noexec

$exe name [--root dir] [--time timestamp] --thread number

$exe name [--root dir] [--time timestamp] --thread number --noexec

NOTE

See DynGig::CLI