Skip to content

Commit 2a6016a

Browse files
committed
Update nimble settings
1 parent 7746b2b commit 2a6016a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/run/NimbleHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ else if ("strict".equals(alignTemplate))
361361
config.put("num_mismatches", 0);
362362
config.put("intersect_level", 0);
363363
// NOTE: this allows a small amount of mismatched ends:
364-
config.put("score_percent", 0.90);
364+
config.put("score_percent", 0.99);
365365
config.put("score_threshold", 45);
366366
config.put("score_filter", 25);
367367
}

0 commit comments

Comments
 (0)