Skip to content

Commit

Permalink
Change mismatch threshold for lenient profile
Browse files Browse the repository at this point in the history
  • Loading branch information
hextraza committed Aug 9, 2024
1 parent ab24cc3 commit c8c8fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singlecell/src/org/labkey/singlecell/run/NimbleHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ private void updateNimbleConfigFile(File configFile, NimbleGenome genome) throws
String alignTemplate = genome.getTemplate();
if ("lenient".equals(alignTemplate))
{
config.put("num_mismatches", 5);
config.put("num_mismatches", 2);
config.put("intersect_level", 0);
config.put("score_threshold", 45);
config.put("score_percent", 0.45);
Expand Down

0 comments on commit c8c8fc3

Please sign in to comment.