Skip to content

Commit 5106e7e

Browse files
committed
Drop SupportsPedigree in whatshap
1 parent e41af6e commit 5106e7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/variant/WhatsHapStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public WhatsHapStep(PipelineStepProvider<?> provider, PipelineContext ctx)
4242
super(provider, ctx, new WhatsHapStep.WhatsHapWrapper(ctx.getLogger()));
4343
}
4444

45-
public static class Provider extends AbstractVariantProcessingStepProvider<WhatsHapStep> implements SupportsPedigree
45+
public static class Provider extends AbstractVariantProcessingStepProvider<WhatsHapStep>
4646
{
4747
public Provider()
4848
{

0 commit comments

Comments
 (0)