Package net.sf.mzmine.modules.projectmethods.projectload.version_2_5_fiehnlab

Examples of net.sf.mzmine.modules.projectmethods.projectload.version_2_5_fiehnlab.PeakListOpenHandler_2_5_FiehnlabFork


    }

    // Check if the project version is of the Fiehn lab fork
    if (projectVersionString.contains("FiehnlabFork")) {
      rawDataFileOpenHandler = new RawDataFileOpenHandler_2_5_FiehnlabFork();
      peakListOpenHandler = new PeakListOpenHandler_2_5_FiehnlabFork(
          dataFilesIDMap);
      userParameterOpenHandler = new UserParameterOpenHandler_2_5_FiehnlabFork(
          newProject, dataFilesIDMap);
      return;
    }
View Full Code Here

TOP

Related Classes of net.sf.mzmine.modules.projectmethods.projectload.version_2_5_fiehnlab.PeakListOpenHandler_2_5_FiehnlabFork

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.