Adding to the Hrun docs

This commit is contained in:
Eric Banks 2012-05-15 10:27:52 -04:00
parent b16e169412
commit 819c3d0c15
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import java.util.List;
import java.util.Map; import java.util.Map;
/** /**
* Largest contiguous homopolymer run of the variant allele in either direction on the reference. * Largest contiguous homopolymer run of the variant allele in either direction on the reference. Computed only for bi-allelic sites.
*/ */
public class HomopolymerRun extends InfoFieldAnnotation implements StandardAnnotation { public class HomopolymerRun extends InfoFieldAnnotation implements StandardAnnotation {