Package picard.analysis

Examples of picard.analysis.CollectRrbsMetrics


    }

    final String[] args = new String[argList.size()];
    argList.toArray(args);

    Assert.assertEquals(new CollectRrbsMetrics().instanceMain(args), 0);

    final MetricsFile<RrbsSummaryMetrics, ?> retVal = new MetricsFile<RrbsSummaryMetrics, Integer>();
    retVal.read(new FileReader(prefix + ".rrbs_summary_metrics"));
    return retVal;
  }
View Full Code Here

TOP

Related Classes of picard.analysis.CollectRrbsMetrics

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.