addCommand("searchreads", new SearchReadsCommand());
addCommand("importreads", new ImportReadsCommand());
addCommand("exportreads", new ExportReadsCommand());
addCommand("alignbam", new AlignBamsCommand());
addCommand("alignfastq", new AlignInterleavedFastqsCommand());
addCommand("alignpairedfastq", new AlignPairedFastqsCommand());
addCommand("callvariants", new CallVariantsCommand());
addCommand("getvariantset", new GetVariantSetsCommand());