Skip to content

Commit

Permalink
SVCallRecord add CPX_TYPE if exists, not just if SVTYPE==CPX
Browse files Browse the repository at this point in the history
  • Loading branch information
epiercehoffman committed Jun 28, 2024
1 parent 0b779dd commit 36448cb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,7 @@ public static SVCallRecord create(final VariantContext variant, boolean keepVari
final int positionA = variant.getStart();

final GATKSVVCFConstants.StructuralVariantAnnotationType type = inferStructuralVariantType(variant);
final GATKSVVCFConstants.ComplexVariantSubtype cpxSubtype =
type == GATKSVVCFConstants.StructuralVariantAnnotationType.CPX ? getComplexSubtype(variant) : null;
final GATKSVVCFConstants.ComplexVariantSubtype cpxSubtype = getComplexSubtype(variant);
final List<String> algorithms = getAlgorithms(variant);

final String strands;
Expand Down

0 comments on commit 36448cb

Please sign in to comment.