We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce37ad commit 72fb324Copy full SHA for 72fb324
SequenceAnalysis/src/org/labkey/sequenceanalysis/run/variant/SelectSamplesStep.java
@@ -30,7 +30,7 @@ public class SelectSamplesStep extends AbstractCommandPipelineStep<SelectVariant
30
public static String SAMPLE_INCLUDE = "sampleNameToInclude";
31
public static String SAMPLE_EXCLUDE = "sampleNameToExclude";
32
33
- public SelectSamplesStep(PipelineStepProvider provider, PipelineContext ctx)
+ public SelectSamplesStep(PipelineStepProvider<?> provider, PipelineContext ctx)
34
{
35
super(provider, ctx, new SelectVariantsWrapper(ctx.getLogger()));
36
}
0 commit comments