org.utgenome.util
Interface ReadDepth.DepthOutput

All Known Implementing Classes:
Sam2WigConverter.CoverageWriter
Enclosing class:
ReadDepth

public static interface ReadDepth.DepthOutput


Method Summary
 void reportDepth(String chr, int start, int end, int depth)
           
 

Method Detail

reportDepth

void reportDepth(String chr,
                 int start,
                 int end,
                 int depth)
                 throws Exception
Throws:
Exception


Copyright © 2007-2012 utgenome.org. All Rights Reserved.