One more walker with formatting to fix.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2369 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2009-12-15 21:23:13 +00:00
parent cf46472419
commit 555976d575
1 changed files with 2 additions and 5 deletions

View File

@ -1,13 +1,10 @@
/*
* Creates a haplotype file given reads (for SNP analysis, imputation, etc)
*/
package org.broadinstitute.sting.playground.gatk.walkers.HLAcaller;
import net.sf.samtools.SAMRecord;
import org.broadinstitute.sting.gatk.walkers.*;
import java.util.Hashtable;
/**
*
* Creates a haplotype file given reads (for SNP analysis, imputation, etc)
* @author shermanjia
*/
@Requires({DataSource.READS, DataSource.REFERENCE})