An accessor for the VCF header

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2051 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kiran 2009-11-15 09:28:25 +00:00
parent 97ed945797
commit 103763fc84
1 changed files with 4 additions and 0 deletions

View File

@ -369,6 +369,10 @@ public class RodVCF extends BasicReferenceOrderedDatum implements VariationRod,
return null;
}
public VCFHeader getHeader() {
return mReader.getHeader();
}
/**
* do we have the specified genotype? not all backedByGenotypes
* have all the genotype data.