run
Import in python using from mcot.core._scripts.split.run import run
-
mcot.core._scripts.split.run.run(job_id: int, njobs: int, mask_fn: str, command: Sequence[str])[source]
Runs part of the script
| Parameters: |
- job_id – job ID
- njobs – number of jobs
- mask_fn – mask filename
- command – script to run
|