We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7746b2b commit 2a6016aCopy full SHA for 2a6016a
singlecell/src/org/labkey/singlecell/run/NimbleHelper.java
@@ -361,7 +361,7 @@ else if ("strict".equals(alignTemplate))
361
config.put("num_mismatches", 0);
362
config.put("intersect_level", 0);
363
// NOTE: this allows a small amount of mismatched ends:
364
- config.put("score_percent", 0.90);
+ config.put("score_percent", 0.99);
365
config.put("score_threshold", 45);
366
config.put("score_filter", 25);
367
}
0 commit comments