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

Function write_workflow

plugins/ngs-analysis/scripts/run_bulk_rnaseq_de.py:290–293  ·  view source on GitHub ↗
(run_dir: Path)

Source from the content-addressed store, hash-verified

288
289
290def write_workflow(run_dir: Path) -> None:
291 scripts_dir = run_dir / "workflow" / "scripts"
292 scripts_dir.mkdir(parents=True, exist_ok=True)
293 shutil.copy2(WORKFLOW_ROOT / "run_bulk_de.R", scripts_dir / "run_bulk_de.R")
294
295
296def r_command(args: argparse.Namespace, run_dir: Path, method: dict[str, Any]) -> list[str]:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected