Examples of ArtificialReadsTraversal


Examples of org.broadinstitute.gatk.utils.sam.ArtificialReadsTraversal

    org.broadinstitute.gatk.tools.walkers.readutils.PrintReads walker;
    ArtificialGATKSAMFileWriter writer;

    @BeforeMethod
    public void before() {
        trav = new ArtificialReadsTraversal();
        readTotal = ( ( trav.endingChr - trav.startingChr ) + 1 ) * trav.readsPerChr + trav.unMappedReads;

        walker = new org.broadinstitute.gatk.tools.walkers.readutils.PrintReads();
        writer = new ArtificialGATKSAMFileWriter();
        walker.initialize();
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.