add the @Requires for this walker

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@762 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2009-05-20 17:03:12 +00:00
parent 747521c849
commit 57918de753
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import net.sf.samtools.SAMRecord;
* Time: 2:52:28 PM
* To change this template use File | Settings | File Templates.
*/
@Requires({DataSource.READS,DataSource.REFERENCE})
public abstract class LocusWindowWalker<MapType, ReduceType> extends Walker<MapType, ReduceType> {
// Do we actually want to operate on the context?
public boolean filter(RefMetaDataTracker tracker, String ref, LocusContext context) {