Skip to content

Commit e67e812

Browse files
committed
Fix typo in name
1 parent 3116dd5 commit e67e812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/preprocessing/FilterReadsStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static class Provider extends AbstractPipelineStepProvider<PreprocessingS
3939
{
4040
public Provider()
4141
{
42-
super("PrintReadsContaining", "Filter Reads Matching Reference", "FilterMatchingReads", "This step aligns input reads against a reference using BWA-mem and will only return read pairs without a passing hit in either read.", Arrays.asList(
42+
super("FilterMatchingReads", "Filter Reads Matching Reference", "BWA-mem/samtools", "This step aligns input reads against a reference using BWA-mem and will only return read pairs without a passing hit in either read.", Arrays.asList(
4343
new GenomeParam(),
4444
ToolParameterDescriptor.create(MIN_QUAL, "Min MAPQ", "Only alignments with MAPQ greater than this value will be considered", "ldk-integerfield", new JSONObject(){{
4545
put("minValue", 0);

0 commit comments

Comments
 (0)