Package org.broadinstitute.gatk.tools.walkers.varianteval.util

Examples of org.broadinstitute.gatk.tools.walkers.varianteval.util.SortableJexlVCMatchExp


        }
        sampleNamesForStratification.add(ALL_SAMPLE_NAME);

        // Initialize select expressions
        for (VariantContextUtils.JexlVCMatchExp jexl : VariantContextUtils.initializeMatchExps(SELECT_NAMES, SELECT_EXPS)) {
            SortableJexlVCMatchExp sjexl = new SortableJexlVCMatchExp(jexl.name, jexl.exp);
            jexlExpressions.add(sjexl);
        }

        // Initialize the set of stratifications and evaluations to use
        // The list of stratifiers and evaluators to use
View Full Code Here

TOP

Related Classes of org.broadinstitute.gatk.tools.walkers.varianteval.util.SortableJexlVCMatchExp

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.