Oops, left out of earlier commit

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5640 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
depristo 2011-04-14 18:21:16 +00:00
parent 104d5515fe
commit ee94af3539
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public class AssessSimulatedPerformance extends RodWalker<Integer, Integer> {
private void printVCFields(String name, RefMetaDataTracker tracker, ReferenceContext ref, AlignmentContext context) {
VariantContext vc = tracker.getVariantContext(ref, name, null, context.getLocation(), true);
out.print(Utils.join("\t", VariantsToTable.extractFields(vc, fieldsToTake)));
out.print(Utils.join("\t", VariantsToTable.extractFields(vc, fieldsToTake, true)));
out.print("\t");
}