Examples of AlignInterleavedFastqsCommand


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

    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
Copyright © 2018 www.massapi.com. 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.