Skip to content

Commit

Permalink
Enable mcs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Oct 1, 2024
1 parent ae8d35e commit 9c6a975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ int run_strobealign(int argc, char **argv) {
map_param.dropoff_threshold = opt.dropoff_threshold;
map_param.rescue_level = opt.rescue_level;
map_param.max_tries = opt.max_tries;
map_param.use_mcs = false; //opt.r < 200;
map_param.use_mcs = true; //opt.r < 200;
map_param.output_format = (
opt.is_abundance_out ? OutputFormat::Abundance :
opt.is_sam_out ? OutputFormat::SAM :
Expand Down

0 comments on commit 9c6a975

Please sign in to comment.