statdivlab/q2-breakaway

get rid of run_commands function

Opened this issue · 0 comments

get rid of run_commands function.

replace

run_commands([cmd])

with

subprocess.run(cmd, check = True)