Skip to content

Commit

Permalink
yet more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Oct 11, 2023
1 parent 2e2a4b9 commit 78eddbc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,7 @@ protected void enqueueAndHandleVariant(final VariantContext variant, final Refer
final FuncotationMap funcotationMap = funcotatorEngine.createFuncotationMapForVariant(variant, referenceContext, featureContext);

// This is necessary because we want to revert the variant contig name change if it was applied in the FuncotatorEngine::getCorrectVariantContextForReference method before outputting the vcf.
// NOTE: this will only revert the variantContext if it was originally changed (only for B37 VCFs)
final VariantContext variantContextForOutput = funcotatorEngine.getCorrectVariantContextForOutput(variant);

// At this point there is only one transcript ID in the funcotation map if canonical or best effect are selected
Expand Down

0 comments on commit 78eddbc

Please sign in to comment.