Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

constantinpape/mc_luigi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is deprecated, have a look at cluster_tools instead.

McLuigi

Multicut workflow for large connectomics data. Using luigi for pipelining and caching processing steps. Most of the computations are done out-of-core using hdf5 as backend and implementations from nifty

Installation

You need a cplex or gurobi license to use the multicut pipeline.

conda (recommended)

To fulfill all dependencies, you also need to have the ilastik and conda-forge channel in your .condarc . Then install the package via

$ GUROBI_ROOT_DIR=/path/to/gurobi conda install -c cpape mc_luigi=0.1 

The current package only supports gurobi as solver backend, please make an issue if you need a version with cplex.

From source

You can also install the dependencies from source:

Missing Features

  • Lifted Multicut
  • Pipeline for isotropic data.

TODOs

  • Get central scheduler running.
  • Add docstrings
  • change to PEP8 style

About

Multicut workflow for processing large-scale connectomics data, using luigi for pipelining.

Resources

License

Stars

Watchers

Forks

Packages

No packages published