Package org.broadinstitute.gatk.engine.phonehome

Examples of org.broadinstitute.gatk.engine.phonehome.GATKRunReport$S3PutRunnable


     *
     * @param e the exception, can be null if no exception occurred
     */
    private void generateGATKRunReport(Walker<?,?> walker, Exception e) {
        if ( getArgumentCollection().phoneHomeType != GATKRunReport.PhoneHomeOption.NO_ET ) {
            GATKRunReport report = new GATKRunReport(walker, e, engine, getArgumentCollection().phoneHomeType );
            report.postReport(getArgumentCollection().phoneHomeType);
        }
    }
View Full Code Here

TOP

Related Classes of org.broadinstitute.gatk.engine.phonehome.GATKRunReport$S3PutRunnable

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.