-
Constantin Pape authoredConstantin Pape authored
cell_segmentation.py 351 B
#! /g/arendt/pape/miniconda3/envs/platybrowser/bin/python
from scripts.segmentation.cells.multicut import workflow
# TODO need to expose the path options here
def run_workflow():
target = 'slurm'
use_curated_affs = False
use_lmc = False
workflow(use_curated_affs, use_lmc, target)
if __name__ == '__main__':
run_workflow()