Package eu.isas.peptideshaker.protein_inference

Examples of eu.isas.peptideshaker.protein_inference.TagMapper


            }

            // Clear cache for sequencing files. TODO: make something more generic?
            if (idFile.getName().endsWith("tags")) {
                if (tagMapper == null) {
                    tagMapper = new TagMapper(proteinTree, searchParameters, sequenceMatchingPreferences, annotationPreferences, exceptionHandler);
                }
                if (!peptideShaker.getCache().isEmpty()) {
                    peptideShaker.getCache().reduceMemoryConsumption(0.9, waitingHandler);
                }
            }
View Full Code Here

TOP

Related Classes of eu.isas.peptideshaker.protein_inference.TagMapper

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.