Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
216
def
execute_command(run_dir: Path, command: str) -> dict[str, Any]:
217
return
run_cmd([
"bash"
,
"-c"
, command], run_dir, timeout=None)
218
219
220
def
write_summary(
Callers
1
main
Function · 0.85
Calls
1
run_cmd
Function · 0.90
Tested by
no test coverage detected