Skip to content

Commit f2688fa

Browse files
committed
Update to match new method name
1 parent ec55b63 commit f2688fa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
/travisSettings.sh
66

77
# Created by npm install
8-
/jbrowse/jb_run.js
9-
/jbrowse/jb_setup.js
10-
/jbrowse/.gradle
8+
jbrowse/jb_run.js
9+
jbrowse/jb_setup.js
10+
jbrowse/.gradle
11+
jbrowse/resources/external/jb-cli/*
1112

1213
# Ignore labkey-npm build artifacts
1314
**/gen/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public enum CALLING_METHOD
282282
htodemux(false),
283283
dropletutils(true),
284284
gmm_demux(true),
285-
bff_quantile(true),
285+
bff_cluster(true),
286286
bff_threshold(false);
287287

288288
boolean isDefault;

0 commit comments

Comments
 (0)