Examples of activeReporting()


Examples of org.bioinfo.ngs.qc.qualimap.process.BamStatsAnalysis.activeReporting()

            bamQC.setComputeOutsideStats(bamDialog.getComputeOutsideRegions());
            regionsAvailable = true;
    }

    // reporting
    bamQC.activeReporting(outputDirPath.toString());

    // setup logging
        AnalysisDialogLoggerThread loggerThread = new AnalysisDialogLoggerThread(bamDialog);
        bamQC.setLoggerThread(loggerThread);
View Full Code Here

Examples of org.bioinfo.ngs.qc.qualimap.process.BamStatsAnalysis.activeReporting()

      bamQC.setSelectedRegions(gffFile);
      bamQC.setComputeOutsideStats(computeOutsideStats);
    }

    // reporting
    bamQC.activeReporting(outdir);
        if (coverageReportFile.length() > 0) {
            bamQC.setPathToCoverageReport(coverageReportFile);
        }

    logger.println("Starting bam qc....");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.