Examples of FixedAFCalculatorProvider


Examples of org.broadinstitute.gatk.tools.walkers.genotyper.afcalc.FixedAFCalculatorProvider

        final UnifiedArgumentCollection args = new UnifiedArgumentCollection();
        final SampleList fakeSamples = SampleListUtils.singletonList("fake");

        ugEngine = new UnifiedGenotypingEngine(args,fakeSamples,engine.getGenomeLocParser(),
                new FixedAFCalculatorProvider(args,null,true),engine.getArguments().BAQMode);
    }
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.