Package org.bioinfo.ngs.qc.qualimap.process.EpiAnalysis

Examples of org.bioinfo.ngs.qc.qualimap.process.EpiAnalysis.Config


    public void run()  {

        settingsDialog.setUiEnabled(false);
        settingsDialog.getLogArea().setText("");

        Config cfg = new Config();

        cfg.replicates = settingsDialog.getSampleItems();
        cfg.experimentName = settingsDialog.getExperimentName();
        cfg.pathToRegions = settingsDialog.getGeneSelectionPath();
        cfg.leftOffset = Integer.parseInt(settingsDialog.getLeftOffset());
View Full Code Here

TOP

Related Classes of org.bioinfo.ngs.qc.qualimap.process.EpiAnalysis.Config

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.