Skip to content

Commit 7ec86d0

Browse files
committed
Update seurat/hashing defaults
1 parent 114139b commit 7ec86d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/analysis/CellHashingHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ public static List<ToolParameterDescriptor> getDefaultParams(boolean allowScanni
9999
{
100100
ret.add(ToolParameterDescriptor.create("scanEditDistances", "Scan Edit Distances", "If checked, CITE-seq-count will be run using edit distances from 0-3 and the iteration with the highest singlets will be used.", "checkbox", new JSONObject()
101101
{{
102-
put("checked", true);
103-
}}, true));
102+
put("checked", false);
103+
}}, false));
104104
}
105105

106106
ret.addAll(Arrays.asList(

0 commit comments

Comments
 (0)