COMBINE-lab / simpleaf

A rust framework to make using alevin-fry even simpler
BSD 3-Clause "New" or "Revised" License
42 stars 3 forks source link

fix: fix incorrect collate cmd log recorded in simpleaf_quant_log.json #57

Closed DongzeHE closed 1 year ago

DongzeHE commented 1 year ago

change line 1444 in src/main.rs from

 "collate_cmd" : get_cmd_line_string(&alevin_gpl_cmd),

to

 "collate_cmd" : get_cmd_line_string(&alevin_collate_cmd),