_scripts split runΒΆ
Usage
Run using mc_script _scripts split run after installation or using ~ndcn0236/bin/mc_script _scripts split run on jalapeno.
Import in python using from mcot.core._scripts.split import run
Documentation
Run part of the voxel-wise job
Functions
get_markers(njobs) |
number of jobs to submit |
parse_args([argv]) |
Creates the parser of the command line arguments |
run(job_id, njobs, mask_fn, command) |
Runs part of the script |
usage() |
CLI interface
main() |
Runs the script from the command line |