Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/plugins
/ command_path
Function
command_path
plugins/ngs-analysis/scripts/ngs_run_utils.py:111–112 ·
view source on GitHub ↗
(name: str)
Source
from the content-addressed store, hash-verified
109
110
111
def
command_path(name: str) -> str | None:
112
return
shutil.which(name, path=_effective_path())
113
114
115
def
module_present(name: str) -> bool:
Callers
10
r_package_available
Function · 0.90
build_fastq_assay_qc_verdict
Function · 0.90
build_epigenomics_readiness
Function · 0.90
execute_package
Function · 0.90
executable_status
Function · 0.90
select_converter
Function · 0.90
converter_runtime_preflight
Function · 0.90
shell_tool_command
Function · 0.70
executable_status
Function · 0.70
software_versions
Function · 0.70
Calls
1
_effective_path
Function · 0.85
Tested by
no test coverage detected