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:
parent
104d5515fe
commit
ee94af3539
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue