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:
parent
cf46472419
commit
555976d575
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Reference in New Issue