Delete stale class from previous rethink of the traversal engine.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@828 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
6fab1a64fa
commit
864a1e81e3
|
|
@ -1,17 +0,0 @@
|
|||
package org.broadinstitute.sting.gatk.executive;
|
||||
|
||||
import org.broadinstitute.sting.utils.GenomeLoc;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: mdepristo
|
||||
* Date: Mar 27, 2009
|
||||
* Time: 10:00:05 AM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public interface TraversalEngineExecutive<ReduceType> {
|
||||
|
||||
public ReduceType processIntervals(List<GenomeLoc> locations);
|
||||
}
|
||||
Loading…
Reference in New Issue