#!perl

use strict;
use warnings FATAL => 'all';
use utf8;
package Main;

use BioX::Workflow::Command;

BioX::Workflow::Command->new_with_command()->execute();
