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

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


    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());

    addCommand("searchvariants", new SearchVariantsCommand());
View Full Code Here

TOP

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

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.