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

Function shell_join

plugins/ngs-analysis/scripts/ngs_planner_utils.py:46–47  ·  view source on GitHub ↗
(cmd: list[str | Path])

Source from the content-addressed store, hash-verified

44
45
46def shell_join(cmd: list[str | Path]) -> str:
47 return shlex.join([str(item) for item in cmd])
48
49
50def write_command_script(

Callers 8

build_commandFunction · 0.90
mutect2_planFunction · 0.90
build_planFunction · 0.90
build_planFunction · 0.90
build_planFunction · 0.90
build_planFunction · 0.90
command_plan_entryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected