Skip to content

Commit d1d7434

Browse files
committed
Temporary flip frugal mode to check the proper impact on pipelines
1 parent 8ac1faf commit d1d7434

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/common/configs/config_struct.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,8 @@ void load_launch_info(debruijn_config &cfg, boost::property_tree::ptree const &p
725725
load(cfg.rr_enable, pt, "rr_enable");
726726
load(cfg.gfa11, pt, "gfa11");
727727
load(cfg.frugal, pt, "frugal");
728+
// REMOVE
729+
cfg.frugal = !cfg.frugal;
728730

729731
load(cfg.temp_bin_reads_dir, pt, "temp_bin_reads_dir");
730732

0 commit comments

Comments
 (0)