Skip to content

Commit 0079ab9

Browse files
committed
Adjust nimble defaults
1 parent 2efd673 commit 0079ab9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,9 @@ private void updateNimbleConfigFile(File configFile, NimbleGenome genome) throws
341341
{
342342
config.put("num_mismatches", 5);
343343
config.put("intersect_level", 0);
344+
// NOTE: score_percent should almost always supersede this value
344345
config.put("score_threshold", 45);
345-
config.put("score_percent", 0.45);
346+
config.put("score_percent", 0.75);
346347
config.put("score_filter", 25);
347348
//discard_multiple_matches: false
348349
//discard_multi_hits: ?

0 commit comments

Comments
 (0)