Package com.google.cloud.genomics.api.client.commands.align

Examples of com.google.cloud.genomics.api.client.commands.align.AlignBamsCommand


    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());
View Full Code Here

TOP

Related Classes of com.google.cloud.genomics.api.client.commands.align.AlignBamsCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.