Package org.broadinstitute.gatk.tools.walkers.genotyper.afcalc

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

Related Classes of org.broadinstitute.gatk.tools.walkers.genotyper.afcalc.FixedAFCalculatorProvider

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.