MCPcopy Index your code
hub / github.com/openai/plugins / execute_command

Function execute_command

plugins/ngs-analysis/scripts/run_nfcore_pipeline.py:216–217  ·  view source on GitHub ↗
(run_dir: Path, command: str)

Source from the content-addressed store, hash-verified

214
215
216def execute_command(run_dir: Path, command: str) -> dict[str, Any]:
217 return run_cmd(["bash", "-c", command], run_dir, timeout=None)
218
219
220def write_summary(

Callers 1

mainFunction · 0.85

Calls 1

run_cmdFunction · 0.90

Tested by

no test coverage detected