#!/usr/bin/env perl
#!perl

use utf8;
package Main;

use BioX::Workflow::Command;

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