Skip to content

Commit ab52131

Browse files
committed
Support bff_threshold
1 parent 641663d commit ab52131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

singlecell/api-src/org/labkey/api/singlecell/CellHashingService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ public enum CALLING_METHOD
281281
multiseq(true),
282282
htodemux(false),
283283
dropletutils(true),
284-
bff_quantile(true);
285-
//bff_rec(true);
284+
bff_quantile(true),
285+
bff_threshold(false);
286286

287287
boolean isDefault;
288288

0 commit comments

Comments
 (0)